| UserControllerIsInactive Method |
Returns whether a specific user is inactive.
The method doesn't consider the security model.
The method doesn't consider whether the user is marked as deleted.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static bool IsInactive(
int userId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
Boolean
Returns whether a specific user is inactive.
If the user doesn't exist the method returns false.
See Also