Click or drag to resize

UserControllerGetActiveUserViewPermissions Method

Returns the security context for the active user to a view.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public SecurityContext GetActiveUserViewPermissions(
	ViewBase view
)

Parameters

view
Type: Omada.OE.ModelViewBase

Return Value

Type: SecurityContext
See Also