Click or drag to resize

IFolderListingResultContext Interface

IT Hit User File System

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

The IFolderListingResultContext type exposes the following members.

Methods
  NameDescription
Public methodReportProgress
Reports operation progress and resets 60 sec timout timer.
(Inherited from IResultContext.)
Public methodReportStatus
Reports operation status to the platform.
(Inherited from IResultContext.)
Public methodReturnChildrenAsync
Top
Remarks

You will use this interfce inside your GetChildrenAsync(String, IOperationContext, IFolderListingResultContext, CancellationToken) method implementation to pass files and folders list to operating system.

In case of Windows OS, you can pass children in multiple shots.

See Also