| UserControllerGetActiveUserAuthElementPermissions Method (Int32) |
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.
The method applies caching.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual AuthElementContext GetActiveUserAuthElementPermissions(
int authElementId
)
Parameters
- authElementId
- Type: SystemInt32
Return Value
Type:
AuthElementContext
See Also