GoogleDriveFileSystemProviderBase.CreateFolder(FileManagerFolder, String) Method
Implements folder creation.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 folder creation when the GoogleDriveFileSystemProviderBase is used.
If you create a custom file system provider inherited from the GoogleDriveFileSystemProviderBase class, you can override the CreateFolder method to perform any custom actions when an end-user creates a folder.
See Also