MacroSecurityEventArgs Constructor Kentico 8.0 API Reference
Creates new instance of event args with given context and default result.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

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