Skip to main content
Tab

FileManagerFolderAccessRule(String) Constructor

Initializes a new instance of the FileManagerFolderAccessRule class with the specified path.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFolderAccessRule(
    string path
)

Parameters

Name Type Description
path String

A String value specifying a path to which an access rule is applied.

See Also