HtmlEditorFileManagerSettingsBase.PermissionSettings Property
In This Article
Provides access to settings that relate to a built-in dialog media selector’s permissions.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HtmlEditorFileManagerPermissionsSettings PermissionSettings { get; }
#Property Value
Type | Description |
---|---|
Html |
An Html |
#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