Skip to content

[F] listOperationGroups

function listOperationGroups(
context,
group,
ignoreHierarchy): SdkOperationGroup[]

List all the operation groups inside a client or an operation group. If ignoreHierarchy is true, the result will include all nested operation groups.

Parameters

ParameterTypeDefault valueDescription
contextTCGCContextundefinedTCGCContext
group| SdkClient | SdkOperationGroupundefinedClient or operation group to list operation groups
ignoreHierarchybooleanfalseWhether to get all nested operation groups

Returns

SdkOperationGroup[]