RemoveGroup

Description

Removes a subgroup from the current group.

Remarque : Cette méthode est disponible depuis la version 7.0.1.

Syntaxe

VBScript

group.RemoveGroup subGroup 

Perl

$group->RemoveGroup(subGroup); 
Identificateur
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.
Valeur renvoyée
Aucune.

Commentaires en retour