Skip to main content
Tab

FileManagerFileAccessRule(String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFileAccessRule(
    string pathPattern
)

Parameters

Name Type Description
pathPattern String

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

See Also