Skip to main content
Tab

FileManagerFile(FileSystemProviderBase, String, String) Constructor

Initializes a new instance of the FileManagerFile class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFile(
    FileSystemProviderBase provider,
    string relativeName,
    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.

relativeName String

A String value specifying the file’s relative name. Initializes the file FileManagerItem.RelativeName property.

id String

A String value that identifies the newly created file. Initializes the file FileManagerItem.Id property.

See Also