[]
        
(Showing Draft Content)

C1.Ssrs.ServerConnection.ListChildren

ListChildren Method

ListChildren(string, bool, CancellationToken)

Gets a list of children of a specified folder.

Declaration
public CatalogItem[] ListChildren(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
CatalogItem[]

An array of CatalogItem objects. If no children exist, this method returns an empty CatalogItem object.