CopyFile(FileManagerFile, FileManagerFolder)
|
Implements file copying.
|
CopyFolder(FileManagerFolder, FileManagerFolder)
|
Implements folder copying.
|
CreateFolder(FileManagerFolder, String)
|
Implements folder creation.
|
DeleteFile(FileManagerFile)
|
Implements file deletion.
|
DeleteFolder(FileManagerFolder)
|
Implements folder deletion.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Exists(FileManagerFile)
|
Implements file existence verification.
|
Exists(FileManagerFolder)
|
Implements file existence verification.
|
GetDetailsCustomColumnDisplayText(FileManagerDetailsColumn)
|
Override this method to provide a text displayed within a custom column.
|
GetDownloadUrl(FileManagerFile[])
|
Returns the download URL of the specified files.
|
GetFilePermissions(FileManagerFile)
|
Obtains the File Manager's file permissions.
|
GetFiles(FileManagerFolder)
|
Implements getting a collection of files that are located in the current folder.
|
GetFilteredItems(FileManagerGetFilteredItemsArgs)
|
Override this method to implement getting a collection of files that match the filter criteria.
|
GetFolderPermissions(FileManagerFolder)
|
Obtains the File Manager's folder permissions.
|
GetFolders(FileManagerFolder)
|
Implements getting a collection of folders that are located in the current folder.
|
GetHashCode()
|
Serves as the default hash function.
|
GetLastWriteTime(FileManagerFile)
|
Implements getting the time of the last file modification.
|
GetLastWriteTime(FileManagerFolder)
|
Implements getting the time of the last file modification.
|