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

HtmlEditorSettings.DocumentSelectorFolderCreating Property

OBSOLETE

Use the SettingsDialogs.InsertLinkDialog.SettingsDocumentSelector.FolderCreating property instead.

Enables you to perform server-side processing of folder creation operations, initiated within the HtmlEditor’s built-in Document Selector.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

[Obsolete("Use the SettingsDialogs.InsertLinkDialog.SettingsDocumentSelector.FolderCreating property instead.")]
public FileManagerFolderCreateEventHandler DocumentSelectorFolderCreating { get; set; }

Property Value

Type Description
FileManagerFolderCreateEventHandler

A FileManagerFolderCreateEventHandler delegate method to be called when a folder is about to be created within the HtmlEditor’s Document Selector.

Remarks

Implement a FileManagerFolderCreateEventHandler delegate method and assign it to the DocumentSelectorFolderCreating property. For more implementation details, refer to the FileManagerFolderCreateEventHandler delegate description.

See Also