IFolderListingResultContext Interface |
Namespace: ITHit.FileSystem
The IFolderListingResultContext type exposes the following members.
Name | Description | |
---|---|---|
ReportProgress |
Reports operation progress and resets 60 sec timeout timer.
(Inherited from IResultContext.) | |
ReportStatus |
Reports operation status to the platform.
(Inherited from IResultContext.) | |
ReturnChildrenAsync |
Returns information about files and folders from GetChildrenAsync(String, IOperationContext, IFolderListingResultContext, CancellationToken)
call.
|
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.