MacroSecurityEventArgs Constructor Kentico 8.1 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.1.5347.20411)

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