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, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Exists(FileManagerFile)
|
Implements file existence verification.
|
Exists(FileManagerFolder)
|
Implements the file existence verification.
|
GetCloudThumbnailUrl(FileManagerFile)
|
Returns the URL of the file’s thumbnail in the storage.
|
GetDetailsCustomColumnDisplayText(FileManagerDetailsColumn)
|
Override this method to provide a text displayed within a custom column.
|
GetDownloadUrl(FileManagerFile[])
|
Override this method to implement file downloading.
|
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.
|
GetLength(FileManagerFile)
|
Returns the length of the specified file.
|
GetParentFolder(String, String)
|
Override this method to implement getting the parent folder of a file manager item.
|
GetPublicUrl(FileManagerFile)
|
Override this method to get the public URL of the uploaded file.
|
GetRelativeFolderPath(FileManagerFolder, IUrlResolutionService)
|
Override this method to implement getting a relative folder path.
|
GetThumbnail(FileManagerFile)
|
Returns the file’s thumbnail in the storage.
|
GetThumbnailUrl(FileManagerFile)
|
Override this method to provide file manager files with custom thumbnails.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
MoveFile(FileManagerFile, FileManagerFolder)
|
Implements file moving.
|
MoveFolder(FileManagerFolder, FileManagerFolder)
|
Implements folder moving.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
RenameFile(FileManagerFile, String)
|
Implements file renaming.
|
RenameFolder(FileManagerFolder, String)
|
Implements folder renaming.
|
ToString()
|
Returns a string that represents the current object.
|
UploadFile(FileManagerFolder, String, Stream)
|
Implements a file upload.
|