Skip to main content

CustomFileSystemProviderBuilder Methods

A custom file system provider.
Name Description
AbortFileUpload(RazorBlock) Mirrors the client-side abortFileUpload option.
AbortFileUpload(String) Mirrors the client-side abortFileUpload option.
CopyItem(RazorBlock) Mirrors the client-side copyItem option.
CopyItem(String) Mirrors the client-side copyItem option.
CreateDirectory(RazorBlock) Mirrors the client-side createDirectory option.
CreateDirectory(String) Mirrors the client-side createDirectory option.
DeleteItem(RazorBlock) Mirrors the client-side deleteItem option.
DeleteItem(String) Mirrors the client-side deleteItem option.
DownloadItems(RazorBlock) Mirrors the client-side downloadItems option.
DownloadItems(String) Mirrors the client-side downloadItems option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetItems(RazorBlock) Mirrors the client-side getItems option.
GetItems(String) Mirrors the client-side getItems option.
GetItemsContent(RazorBlock) Mirrors the client-side getItemsContent option.
GetItemsContent(String) Mirrors the client-side getItemsContent option.
GetType() Gets the Type of the current instance. Inherited from Object.
HasSubDirectoriesExpr(JS) Mirrors the client-side hasSubDirectoriesExpr option.
HasSubDirectoriesExpr(String) Mirrors the client-side hasSubDirectoriesExpr option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MoveItem(RazorBlock) Mirrors the client-side moveItem option.
MoveItem(String) Mirrors the client-side moveItem option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RenameItem(RazorBlock) Mirrors the client-side renameItem option.
RenameItem(String) Mirrors the client-side renameItem option.
ToString() Returns a string that represents the current object. Inherited from Object.
UploadFileChunk(RazorBlock) Mirrors the client-side uploadFileChunk option.
UploadFileChunk(String) Mirrors the client-side uploadFileChunk option.
See Also