| MiscControllerGetActiveUserMembershipGroupTypeIds Method (SqlConnection, SqlTransaction) |
Returns the grouptypes of the groups that the active user is a member of (and authenticated for).
The result is a list of set property value ids.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IntegerList GetActiveUserMembershipGroupTypeIds(
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also