Click or drag to resize

UserGroupControllerGetGroupMembers Method

Overload List
  NameDescription
Public methodGetGroupMembers(Int32)
Returns the users that are member of at least one of the specified user groups. Members are not returned if they are deleted. Members are not returned if they are system users. Security is not considered!
Public methodStatic memberGetGroupMembers(IntegerList, SqlConnection, SqlTransaction)
Returns the users that are member of at least one of the specified user groups. Members are not returned if they are deleted. Members are not returned if they are system users. Security is not considered!
Public methodStatic memberGetGroupMembers(Int32, SqlConnection, SqlTransaction)
Returns the users that are member of at least one of the specified user groups. Members are not returned if they are deleted. Members are not returned if they are system users. Security is not considered!
Top
See Also