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