Skip to main content
Tab

FileManagerFileAccessRule(String, Rights) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFileAccessRule(
    string pathPattern,
    Rights fullAccess
)

Parameters

Name Type Description
pathPattern String

A value that specifies a pattern for files to which an access rule is applied.

fullAccess Rights

The permission for this rule.

See Also