IFileWindows Interface |
Namespace: ITHit.FileSystem.Windows
The IFileWindows type exposes the following members.
Name | Description | |
---|---|---|
![]() | CloseCompletionAsync |
Called when a file is being closed.
|
![]() ![]() | DeleteAsync |
Called before a file or a folder is being deleted from the user file system.
(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.) |
![]() | OpenCompletionAsync |
Called when a file is being opened.
|
![]() ![]() | ReadAsync |
Transfers data from remote sorage to the user file system.
(Inherited from IFile.) |
![]() | ValidateDataAsync |
Validates data after reading from remote storage.
|
![]() | WriteAsync |
Updates this file in the remote storage.
(Inherited from IFile.) |