Click or drag to resize

UserGroupControllerUnfoldGroupMembers Method (IntegerList, SqlConnection, SqlTransaction)

Returns the ids of all users who are member of at least one of the specified groups.

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

Parameters

userAndGroupIds
Type: IntegerList
Must contain user and group ids. User ids are added to the result.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntegerList
See Also