[]
        
(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)
Public Function ListChildren(path As String, recursive As Boolean, cancellationToken As CancellationToken) As CatalogItem()
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.