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