HtmlEditorFileManagerSettingsBase.PermissionSettings Property
Provides access to settings that relate to a built-in dialog media selector’s permissions.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
HtmlEditorFileManagerPermissionsSettings | An HtmlEditorFileManagerPermissionsSettings object containing settings. |
Remarks
Image Selector and Document Selector dialogs allow 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