SpreadsheetCustomDocumentProcessor.DocumentSelectorFolderCreating(Action<FileManagerFolderCreateEventArgs>) Method
In This Article
Fires on the server side before a folder is created within the FileManager (a document selector) embedded into built-in file dialogs, and allows you to cancel the action.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SpreadsheetCustomDocumentProcessor DocumentSelectorFolderCreating(
Action<FileManagerFolderCreateEventArgs> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<File |
A delegate method that accepts File |
#Returns
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
See Also