MacroSecurityEventArgs Constructor |
Creates new instance of event args with given context and default result.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax 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