| IFile Methods | 
The IFile type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | DeleteAsync | 
            Called before a file or a folder is being deleted from the user file system.
            (Inherited from IFileSystemItem.) | 
|  | 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.) | 
|   | ReadAsync | 
            Transfers data from remote sorage to the user file system.
             | 
|  | WriteAsync | 
            Updates this file in the remote storage.
             | 
 See Also
See Also