Click or drag to resize

UserGroupControllerTranslatePersonalGroupIds Method

Translates personal group ids to user ids.

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

Parameters

userOrGroupIds
Type: IntegerList
Must contain ids of users and/or user groups ("real" groups and/or personal groups). If the collection contains other ids (that are neither users or groups) an exception is thrown.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntegerList
Returns a collection with the same number of elements as userOrGroupIds. The collection contains ids of "real" user groups and users - no personal groups!
See Also