| UserGroupControllerGetUserGroupRolesIds Method (IntegerList, SqlConnection, SqlTransaction) |
Returns a distinct list of ids of auth roles that are held by a number of user groups.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IntegerList GetUserGroupRolesIds(
IntegerList userGroupIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userGroupIds
- Type: IntegerList
Must state a number of user group ids.
Ids of personal groups are allowed.
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also