Back to Devexpress

ASPxFileManager.CustomFileSystemProvider Property

aspnet-devexpress-dot-web-dot-aspxfilemanager-e3d8572c.md

latest1.8 KB
Original Source

ASPxFileManager.CustomFileSystemProvider Property

Gets or sets the custom file system provider used within ASPxFileManager.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public FileSystemProviderBase CustomFileSystemProvider { get; set; }
vb
Public Property CustomFileSystemProvider As FileSystemProviderBase

Property Value

TypeDescription
FileSystemProviderBase

A FileSystemProviderBase object that is the file system provider.

|

Remarks

ASPxFileManager allows you to implement a custom file system provider. Use the CustomFileSystemProvider property to specify a provider that is used within ASPxFileManager.

The following code snippets illustrates how to specify the CustomFileSystemProvider property:

  • In markup:

  • In code (on the Page_Init event):

To learn more, see the Custom File System Provider topic.

See Also

Custom File System Provider

File Manager

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace