[F] listSubClients
function listSubClients( context, group, ignoreHierarchy?): SdkClient[];List all the sub clients inside a client. If ignoreHierarchy is true, the result will include all nested sub clients.
Parameters
Section titled “Parameters”| Parameter | Type | Default value | Description |
|---|---|---|---|
context | TCGCContext | undefined | TCGCContext |
group | SdkClient | undefined | Client to list sub clients |
ignoreHierarchy | boolean | false | Whether to get all nested sub clients |
Returns
Section titled “Returns”Array of sub clients