Skip to content

[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.

ParameterTypeDefault valueDescription
contextTCGCContextundefinedTCGCContext
groupSdkClientundefinedClient to list sub clients
ignoreHierarchybooleanfalseWhether to get all nested sub clients

SdkClient[]

Array of sub clients