FileManagerFileAccessRule(String, Rights) Constructor
Initializes a new instance of the FileManagerFileAccessRule class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
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