FileManagerItemsCopiedEventArgs.SourceFolder Property
In This Article
Gets the folder from which the currently processed items have been copied.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerFolder SourceFolder { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#Remarks
Use the SourceFolder property to access the source folder, i.e., a folder from which the currently processed items have been copied in the ASPxFileManager.ItemsCopied event handler.
See Also