Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomFileSystemProviderBuilder Members

In This Article
A custom file system provider.

#Constructors

Name Description
CustomFileSystemProviderBuilder(OptionsOwnerContext) Initializes a new instance of the CustomFileSystemProviderBuilder class with specified settings.

#Methods
Show Inherited Hide Inherited

Name Description
AbortFileUpload(RazorBlock) A function that cancels the file upload. Mirrors the client-side abortFileUpload option.
AbortFileUpload(String) A function that cancels the file upload. Mirrors the client-side abortFileUpload option.
CopyItem(RazorBlock) A function that copies files or directories. Mirrors the client-side copyItem option.
CopyItem(String) A function that copies files or directories. Mirrors the client-side copyItem option.
CreateDirectory(RazorBlock) A function that creates a directory. Mirrors the client-side createDirectory option.
CreateDirectory(String) A function that creates a directory. Mirrors the client-side createDirectory option.
DeleteItem(RazorBlock) A function that deletes a file or directory. Mirrors the client-side deleteItem option.
DeleteItem(String) A function that deletes a file or directory. Mirrors the client-side deleteItem option.
DownloadItems(RazorBlock) A function that downloads files. Mirrors the client-side downloadItems option.
DownloadItems(String) A function that downloads files. 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) A function that gets file system items. Mirrors the client-side getItems option.
GetItems(String) A function that gets file system items. Mirrors the client-side getItems option.
GetItemsContent(RazorBlock) A function that get items content. Mirrors the client-side getItemsContent option.
GetItemsContent(String) A function that get items content. Mirrors the client-side getItemsContent option.
GetType() Gets the Type of the current instance. Inherited from Object.
HasSubDirectoriesExpr(JS) A function or the name of a data source field that provides information on whether a file or directory contains sub directories. Mirrors the client-side hasSubDirectoriesExpr option.
HasSubDirectoriesExpr(String) A function or the name of a data source field that provides information on whether a file or directory contains sub directories. Mirrors the client-side hasSubDirectoriesExpr option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MoveItem(RazorBlock) A function that moves files and directories. Mirrors the client-side moveItem option.
MoveItem(String) A function that moves files and directories. 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) A function that renames files and directories. Mirrors the client-side renameItem option.
RenameItem(String) A function that renames files and directories. Mirrors the client-side renameItem option.
ToString() Returns a string that represents the current object. Inherited from Object.
UploadFileChunk(RazorBlock) A function that uploads a file in chunks. Mirrors the client-side uploadFileChunk option.
UploadFileChunk(String) A function that uploads a file in chunks. Mirrors the client-side uploadFileChunk option.
See Also