AddGroup

Description

Adds a group as a subgroup of the current group.

Syntax

VBScript


group.AddGroup subGroup 

Perl


$group->AddGroup(subGroup); 
Identifier
Description
group
A Group object, representing one set of users associated with the current schema repository.
subGroup
The Group object corresponding to the subgroup to be added.
Return value
None.