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