| UserGroupControllerGetUIds Method (IEnumerableInt32, SqlConnection, SqlTransaction) |
Returns the U(nique)Ids of one or more user groups from their Ids.
The UId of a user group remains the same when it is transported to another system.
This is not the case with the Id of a user group.
The method doesn't consider the security model.
The method doesn't consider whether the data object is marked as deleted.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IList<Guid> GetUIds(
IEnumerable<int> userGroupIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userGroupIds
- Type: System.Collections.GenericIEnumerableInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IListGuid
Returns the UIds of the user groups.
If one or more of the specified user groups doesn't exist then they are omitted from the result.
See Also