| UserGroupControllerGetUserGroupMemberIds Method (Int32, SqlConnection, SqlTransaction) |
Returns the userid's of the members in a usergroup.
Deleted users are not returned.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IntegerList GetUserGroupMemberIds(
int userGroupId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userGroupId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also