FileManagerFileAccessRule.Browse Property
In This Article
OBSOLETE
Use the Full
Gets or sets the browse action permission.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Rights | Default | One of the Rights enumeration values specifying the action permission. |
Available values:
Name | Description |
---|---|
Allow | The action is allowed within the access rule. |
Deny | The action is denied within the access rule. |
Default | The action has an identical permission as the current item (file or folder) parent element. It corresponds to the Rights. |
See Also