Click or drag to resize
MacroDebug.LogSecurityCheckFailure Method
Logs the failure information.

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

Parameters

expression
Type: System.String
Expression the evaluation of which failed
userName
Type: System.String
User name
See Also