Click or drag to resize
MacroDebugLogSecurityCheckFailure Method
Logs information that expression failed to evaluate for security reasons.

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

Parameters

expression
Type: SystemString
Expression the evaluation of which failed
userName
Type: SystemString
User name, or null.
identityName
Type: SystemString
Macro identity name, or null.
effectiveUserName
Type: SystemString
Effective user name when expression was evaluated under macro identity, or null.
See Also