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

HtmlEditorSettings.DocumentSelectorItemRenaming Property

OBSOLETE

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

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

Namespace: DevExpress.Web.Mvc

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

Declaration

[Obsolete("Use the SettingsDialogs.InsertLinkDialog.SettingsDocumentSelector.ItemRenaming property instead.")]
public FileManagerItemRenameEventHandler DocumentSelectorItemRenaming { get; set; }

Property Value

Type Description
FileManagerItemRenameEventHandler

A FileManagerItemRenameEventHandler delegate method to be called when a file or folder is about to be renamed within the HtmlEditor’s Document Selector.

Remarks

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

See Also