IFolderWindows Interface |
Namespace: ITHit.FileSystem.Windows
The IFolderWindows type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateFileAsync |
Creates a new file in this folder in the remote storage.
(Inherited from IFolder.) | |
| CreateFolderAsync |
Creates a new folder in the remote storage.
(Inherited from IFolder.) | |
| DeleteAsync |
Called before a file or a folder is being deleted from the user file system.
(Inherited from IFileSystemItem.) | |
| GetChildrenAsync |
Gets list of files and folders contained in this folder that match a search pattern.
(Inherited from IFolder.) | |
| GetFolderOperationControlAsync |
Method returns whether the Shell should perform the operation.
| |
| GetMetadataAsync |
Gets information about a file or a folder in a user file system, such as name, creation and modification date, etc.
(Inherited from IFileSystemItem.) | |
| GetPropertiesAsync |
Gets list of custom properties.
(Inherited from IFileSystemItem.) | |
| GetThumbnailAsync |
Called when thumbnail is requested by the platform.
(Inherited from IFileSystemItem.) | |
| MoveToAsync |
Called before a file or a folder is moved to a new location or renamed.
(Inherited from IFileSystemItem.) | |
| WriteAsync |
Updates this folder info in the remote storage.
(Inherited from IFolder.) |