FileManagerFolderAccessRule(String, Rights) Constructor
Initializes a new instance of the FileManagerFolderAccessRule class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| path | String | A String value specifying a path to which an access rule is applied. |
| browse | Rights | One of the Rights enumeration values specifying the browse permission of this rule. |
See Also