Click or drag to resize

SettingControllerGetActiveUserPermissions Method

Determines if user with specified authenticated groups should see the screen. Throws AppException if user doesn't have rights.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public SecurityContext GetActiveUserPermissions(
	AppSettingKind settingKind
)

Parameters

settingKind
Type: Omada.OE.ModelAppSettingKind
Kind of settings to render

Return Value

Type: SecurityContext
See Also