| UserControllerGetActiveUserAuthElementPermissions Method (Int32, SqlConnection, SqlTransaction) |
Returns the rights of the active user to the provided auth element.
The method only returns the right within the current session according to the AuthLevel of the session and the user groups.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static AuthElementContext GetActiveUserAuthElementPermissions(
int authElementId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- authElementId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
AuthElementContext
See Also