| UserGroupControllerGetGroupMembers Method (Int32, SqlConnection, SqlTransaction) |
Returns the users that are member of at least one of the specified user groups.
Members are not returned if they are deleted.
Members are not returned if they are system users.
Security is not considered!
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static Users GetGroupMembers(
int userGroupId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userGroupId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
UsersUser objects
See Also