Skip to main content
A newer version of this page is available. .

FileManagerSettings.CustomFileSystemProvider Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public FileSystemProviderBase CustomFileSystemProvider { get; set; }

Property Value

Type Description
FileSystemProviderBase

A FileSystemProviderBase object that is the file system provider.

Remarks

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

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

See Also