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

FileManagerFileAccessRule(String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFileAccessRule(
    string path
)

Parameters

Name Type Description
path String

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

Remarks

This constructor is used to create a new FileManagerFileAccessRule class instance and initialize its FileManagerAccessRuleBase.Path property with the specified value.

See Also