Skip to main content
Tab

AzureFileSystemProvider.CreateFolder(FileManagerFolder, String) Method

Implements folder creation.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override void CreateFolder(
    FileManagerFolder parent,
    string name
)

Parameters

Name Type Description
parent FileManagerFolder

A FileManagerFolder value that is the immediate parent folder to which the created folder belongs.

name String

A String value that is the name of the created folder.

Remarks

The CreateFolder method implements the folder creation when the AzureFileSystemProvider is used.

If you create a custom file system provider inherited from the AzureFileSystemProvider class, you can override the CreateFolder method to perform any custom actions when an end-user creates a folder.

See Also