Skip to main content
A newer version of this page is available. .
Tab

FileManagerFolder(FileSystemProviderBase, String, String[]) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerFolder(
    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 folder.

relativeName String

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

idPath String[]

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

See Also