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

HtmlEditorDocumentSelectorFoldersSettings Class

Contains settings to customize the folder container within the Image Selector or Document Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class HtmlEditorDocumentSelectorFoldersSettings :
    HtmlEditorFileManagerFoldersSettings

Remarks

A HtmlEditorDocumentSelectorFoldersSettings class instance can be accessed using the HtmlEditorFileManagerSettingsBase.FoldersSettings property available via the HtmlEditorInsertLinkDialogSettings.SettingsDocumentSelector or HtmlEditorInsertImageDialogSettings.SettingsImageSelector property.

See Also