IFolderListingResultContextReturnChildren Method |
Namespace: ITHit.FileSystem
void ReturnChildren( IFileSystemItemBasicInfo[] aChildrenBlock, long childrenTotalCount )
You can call this method multiple times during a single GetChildrenAsync(String, IOperationContext, IFolderListingResultContext) call, until all files and folders are passed. The total number of files and folders is passed via childrenTotalCount parameter.
This call will reset the 60 sec timout timer.