FileManagerItemsMovedEventArgs.SourceFolder Property
Gets the folder from which the currently processed items have been moved.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
FileManagerFolder | A FileManagerFolder object that is the source folder. |
Remarks
Use the SourceFolder property to access the source folder, i.e., a folder from which the currently processed items have been moved in the ASPxFileManager.ItemsMoved event handler.
See Also