RichEditDocumentSelectorSettings.PermissionSettings Property
In This Article
Provides access to permission settings that relate to the FileManager used in some built-in File Dialogs.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public FileManagerSettingsPermissions PermissionSettings { get; }
#Property Value
Type | Description |
---|---|
File |
An File |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Permission |
---|---|---|
ASP. |
Rich |
|
ASP. |
ASPx |
|
#Remarks
The Document Selector dialog allows you to define access permissions for folders and files, using a set of folder/file access rules (see the file manager’s FileManagerSettingsPermissions.AccessRules collection). Any created role can be enforced on the ASPxFileManager, via its FileManagerSettingsPermissions.Role property.
See Also