Click or drag to resize

IFileSystemItem Interface

IT Hit User File System
Represents a file or a folder in a user file system. Contains methods common for both files and folders.

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

The IFileSystemItem 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.
Public methodCode exampleGetPropertiesAsync
Gets list of custom properties.
Public methodCode exampleGetThumbnailAsync
Called when thumbnail is requested by the platform.
Public methodCode exampleMoveToAsync
Called before a file or a folder is moved to a new location or renamed.
Top
Remarks
On Windows platform 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