Click or drag to resize

AuthRoleControllerCheckSaveSecurity Method

Utility method for security check. It throws an Exception of the active user does not have access to the save operation via an AuthRole.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void CheckSaveSecurity(
	bool newObject,
	int authElementId
)

Parameters

newObject
Type: SystemBoolean
authElementId
Type: SystemInt32
See Also