[]
        
(Showing Draft Content)

C1.Ssrs.ServerConnection.ListChildrenAsync

ListChildrenAsync Method

ListChildrenAsync(string, bool, CancellationToken)

Declaration
public Task<CatalogItem[]> ListChildrenAsync(string path, bool recursive, CancellationToken cancellationToken)
Parameters
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.

Returns
Type Description
Task<CatalogItem[]>

Task{RS.CatalogItem[]} returning an array of CatalogItem objects. If no children exist, this method returns an empty CatalogItem object.