Click or drag to resize

IFileSystemItemWindows Interface

IT Hit User File System
Represents a file or a folder in a user file system on Windows platform.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public interface IFileSystemItemWindows : IFileSystemItem

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
Remarks
All methods of this interface has a 60 sec timout. To process longer requests report progress using the ReportProgress(Int64, Int64) method of the IResultContext interface passed as a parameter to each method.
See Also