Click or drag to resize

UserGroupIsMember Method

Overload List
  NameDescription
Public methodIsMember(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.
Public methodIsMember(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.
Top
See Also