FileManagerFolder(FileSystemProviderBase, FileManagerFolder, String, String) Constructor
Initializes a new instance of the FileManagerFolder class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public FileManagerFolder(
FileSystemProviderBase provider,
FileManagerFolder parentFolder,
string name,
string id
)
Parameters
| Name | Type | Description |
|---|---|---|
| provider | FileSystemProviderBase | A FileSystemProviderBase object specifying the file system provider that will be used to work with the folder. |
| parentFolder | FileManagerFolder | A FileManagerFolder object that is a parent folder for the newly created folder. Initializes the file FileManagerFolder.Parent property. |
| name | String | A String value specifying the folder name. Initializes the file FileManagerItem.Name property. |
| id | String | A String value that identifies the newly created folder. Initializes the folder FileManagerItem.Id property. |
See Also