FileManagerFolder(FileSystemProviderBase, String, String[], FileManagerFolderProperties) Constructor
Initializes a new instance of the FileManagerFolder class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public FileManagerFolder(
FileSystemProviderBase provider,
string relativeName,
string[] idPath,
FileManagerFolderProperties properties
)
Parameters
Name | Type | Description |
---|---|---|
provider | FileSystemProviderBase | A FileSystemProviderBase object specifying the file system provider that will be used to work with the folder. |
relativeName | String | A String value specifying the folder relative name. |
idPath | String[] | An array of String values that is the path to the folder, specified by the parent folder’s unique identifiers. |
properties | FileManagerFolderProperties | A FileManagerFolderProperties object that specifies the folder’s properties. |
See Also