FileManagerItemsCopiedEventArgs.SourceFolder Property
Gets the folder from which the currently processed items have been copied.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public FileManagerFolder SourceFolder { get; }
Public ReadOnly Property SourceFolder As FileManagerFolder
Property Value
Type | Description |
---|---|
FileManagerFolder | A FileManagerFolder object that is the source folder. |
Available values:
Name | Description |
---|---|
Permissions | Provides a set of permissions for the File Manager's folder. |
IsParentFolder | Gets a value specifying whether the currently processed item is a parent folder. |
Parent | Gets the immediate parent folder to which the current folder belongs. |
Equals(FileManagerFolder) | Compares this FileManagerFolder instance with the specified object. |
GetFiles() | Returns an array of files that are located in the current folder. |
GetFolders() | Returns an array of folders, that are located in the current folder. |
FileManagerFolder(FileSystemProviderBase, FileManagerFolder, String, String, FileManagerFolderProperties) | Initializes a new instance of the FileManagerFolder class with the specified settings when the specified file system provider is used. |
FileManagerFolder(FileSystemProviderBase, FileManagerFolder, String, String) | Initializes a new instance of the FileManagerFolder class with the specified settings. |
FileManagerFolder(FileSystemProviderBase, FileManagerFolder, String, FileManagerFolderProperties) | Initializes a new instance of the FileManagerFolder class with the specified settings when the specified file system provider is used. |
FileManagerFolder(FileSystemProviderBase, FileManagerFolder, String) | Initializes a new instance of the FileManagerFolder class with the specified settings when the specified file system provider is used. |
FileManagerFolder(FileSystemProviderBase, String, String[], FileManagerFolderProperties) | Initializes a new instance of the FileManagerFolder class with specified settings. |
FileManagerFolder(FileSystemProviderBase, String, String[]) | Initializes a new instance of the FileManagerFolder class with the specified settings. |
FileManagerFolder(FileSystemProviderBase, String, String) | Initializes a new instance of the FileManagerFolder class with the specified settings. |
FileManagerFolder(FileSystemProviderBase, String) | Initializes a new instance of the FileManagerFolder class with the specified relative name when the specified file system provider is used. |
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.