FileManagerFolder(FileSystemProviderBase, String) Constructor
Initializes a new instance of the FileManagerFolder class with the specified relative name when the specified file system provider is used.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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. |
Remarks
This constructor is used to create a new FileManagerFolder class instance and initialize its FileManagerItem.RelativeName property with the specified value.
See Also