UserGroupIsMember Method |
Name | Description | |
---|---|---|
![]() | IsMember(Int32) |
Returns whether a specific user is a member of the group.
If the group is "Everyone" the method always returns true without actually checking.
Throws an error if the members of the group aren't available.
|
![]() | IsMember(IListInt32, Boolean) |
Returns whether one or more users are a member of the group.
If the group is "Everyone" the method always returns true without actually checking.
Throws an error if the members of the group aren't available.
|