Click or drag to resize

UserGroupControllerGetGroupMembers Method (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!

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static Users GetGroupMembers(
	IntegerList userGroupIds,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

userGroupIds
Type: IntegerList
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Users
User objects
See Also