Click or drag to resize
MacroDebugLogSecurityCheckFailure Method
Logs the failure information.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public static void LogSecurityCheckFailure(
	string expression,
	string userName
)

Parameters

expression
Type: SystemString
Expression the evaluation of which failed
userName
Type: SystemString
User name
See Also