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

FileManagerItemsCopiedEventArgs.SourceFolder Property

Gets the folder from which the currently processed items have been copied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public FileManagerFolder SourceFolder { get; }

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 copied in the ASPxFileManager.ItemsCopied event handler.

See Also