FileManagerSettings.FolderCreated Property
Allows you to perform custom actions after a folder has been created.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
FileManagerFolderCreatedEventHandler | A FileManagerFolderCreatedEventHandler delegate method allowing you to implement custom processing. |
Remarks
Implement a FileManagerFolderCreatedEventHandler delegate method and assign it to the FolderCreated property to perform custom actions after a folder has been created. The delegate method parameter’s FileManagerFolderCreatedEventArgs.Folder property gets a newly created folder. The FileManagerFolderCreatedEventArgs.ParentFolder property gets the folder where the currently processed folder has been created.
To specify if a file can be uploaded and cancel the action, use the FileManagerSettings.FolderCreating property.