Description
Removes
a subgroup from the current group.
Note: This method became available
in version 7.0.1.
Syntax
VBScript
group.RemoveGroup subGroup
Perl
$group->RemoveGroup(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 removed.
- Return value
- None.