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

FileManagerFolder(FileSystemProviderBase, FileManagerFolder, String, String, FileManagerFolderProperties) Constructor

Initializes a new instance of the FileManagerFolder class with the specified settings when the specified file system provider is used.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerFolder(
    FileSystemProviderBase provider,
    FileManagerFolder parentFolder,
    string name,
    string id,
    FileManagerFolderProperties properties
)

Parameters

Name Type Description
provider FileSystemProviderBase

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

parentFolder FileManagerFolder

A FileManagerFolder object that is a parent folder for the newly created folder.

name String

A String value specifying the folder name.

id String

A string value that identifies the newly created file. Initializes the file’s FileManagerItem.Id property.

properties FileManagerFolderProperties

A FileManagerFileProperties object providing the file properties.

See Also