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