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[] idPath
)

Parameters

Name Type Description
provider FileSystemProviderBase

A FileSystemProviderBase object descendant specifying the file system provider that will be used to work with the file.

relativeName String

A String value that specifies the file’s relative name.

idPath String[]

An array of String values that is the path to the file, specified by the parent folder’s unique identifiers.

See Also