UserGroupAddMember Method |
Name | Description | |
---|---|---|
![]() | AddMember(Int32) |
Adds a user as member of the group.
Throws an error if the members of the group aren't available.
Throws an error if the group is "Everyone".
Throws an error if the group is a personal group.
Throws an error if the user is already a member of the group.
|
![]() | AddMember(Int32, Boolean) |
Adds a user as member of the group.
Throws an error if the members of the group aren't available.
Throws an error if the group is "Everyone".
Throws an error if the group is a personal group.
Throws an error if the user is already a member of the group - except if ignoreIfAlreadyMember is true.
|