Skip to main content
A newer version of this page is available. .

HtmlEditorFileManagerPermissionsSettings Class

Contains settings that relate to the Image Selector‘s and Document Selector‘s permissions.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorFileManagerPermissionsSettings :
    FileManagerSettingsPermissions

The following members return HtmlEditorFileManagerPermissionsSettings objects:

Remarks

The HtmlEditorFileManagerPermissionsSettings class contains the settings that allow you to specify the access permissions for folders and files within an image and document selectors.

An object of the HtmlEditorFileManagerPermissionsSettings type can be accessed via the HtmlEditorFileManagerSettingsBase.PermissionSettings property.

See Also