Click or drag to resize

IFileSystemItemWindows Methods

IT Hit User File System

The IFileSystemItemWindows type exposes the following members.

Methods
  NameDescription
Public methodCode exampleDeleteAsync
Called before a file or a folder is being deleted from the user file system.
(Inherited from IFileSystemItem.)
Public methodDeleteCompletionAsync
Called when the delete operation is completed.
Public methodCode exampleGetPropertiesAsync
Gets list of custom properties.
(Inherited from IFileSystemItem.)
Public methodCode exampleGetThumbnailAsync
Called when thumbnail is requested by the platform.
(Inherited from IFileSystemItem.)
Public methodCode exampleMoveToAsync
Called before a file or a folder is moved to a new location or renamed.
(Inherited from IFileSystemItem.)
Public methodMoveToCompletionAsync
Called when a file or a folder move or rename operation is completed.
Top
See Also