[]
Async version of ListChildren(string, bool, CancellationToken) method.
public Task<CatalogItem[]> ListChildrenAsync(string path, bool recursive, CancellationToken cancellationToken)
Type | Name | Description |
---|---|---|
string | path | The full path name of the parent folder. |
bool | recursive | A Boolean value that indicates whether to return the entire tree of child items below the specified item. |
CancellationToken | cancellationToken | CancellationToken that can be used to cancel a request. |
Type | Description |
---|---|
Task<CatalogItem[]> | Task{RS.CatalogItem[]} returning an array of CatalogItem objects. If no children exist, this method returns an empty CatalogItem object. |