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

SpreadsheetCustomDocumentProcessor.DocumentSelectorFolderCreating(Action<FileManagerFolderCreateEventArgs>) Method

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.v18.2.dll

Declaration

public SpreadsheetCustomDocumentProcessor DocumentSelectorFolderCreating(
    Action<FileManagerFolderCreateEventArgs> method
)

Parameters

Name Type Description
method Action<FileManagerFolderCreateEventArgs>

A delegate method that accepts FileManagerFolderCreatedEventArgs as a parameter.

Returns

Type Description
SpreadsheetCustomDocumentProcessor

A SpreadsheetCustomDocumentProcessor object.

See Also