SpreadsheetCustomDocumentProcessor.DocumentSelectorItemRenaming(Action<FileManagerItemRenameEventArgs>) Method
In This Article
Enables you to perform server-side processing of file/folder rename operations initiated within the Spreadsheet’s built-in Document Selector.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SpreadsheetCustomDocumentProcessor DocumentSelectorItemRenaming(
Action<FileManagerItemRenameEventArgs> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<File |
A delegate method that accepts File |
#Returns
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
See Also