TemplateGroup - listChildGroupsInGroup

TemplateGroup - listChildGroupsInGroup

Description :

This command lists all the child groups of a component template group. This command returns a list of names of the child template groups.

Return type : String

Command Input :

Variable Name

Variable Type

Description

parentGroupQualifiedName

String

Full path to template group.

Example

The following example shows how to perform an action on the child component template groups returned by this command:

Script





TEMPLATE_GROUP1="/parent/group1" 

GROUP_LIST=`blcli TemplateGroup listChildGroupsInGroup $TEMPLATE_GROUP1` 

for templateGroupName in $GROUP_LIST 

do 

#perform some task with group $templateGroupName 

done 



Was this page helpful? Yes No Submitting... Thank you

Comments