Click or drag to resize

IFolderListingResultContext Interface

IT Hit User File System

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.27334.0-Beta
Syntax
public interface IFolderListingResultContext : IResultContext, 
	IResultContextBase

The IFolderListingResultContext type exposes the following members.

Properties
  NameDescription
Public propertyResult
Operation result.
(Inherited from IResultContextBase.)
Top
Methods
  NameDescription
Public methodReportProgress
Reports operation progress and resets 60 sec timeout 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