Click or drag to resize
MacroSecurityEventArgs Constructor
Creates new instance of event args with given context and default result.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public MacroSecurityEventArgs(
	EvaluationContext context,
	bool defaultResult
)

Parameters

context
Type: CMS.MacroEngineEvaluationContext
Evaluation context under which the macro is being resolved
defaultResult
Type: SystemBoolean
Result of the security check. If true, the security check is allowed
See Also