MacroMethodContainerGetLazyParamValue Method |
Gets the lazy parameter value by evaluating it
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax protected static Object GetLazyParamValue(
Object parameter,
EvaluationContext evalContext,
out bool securityPassed
)
Parameters
- parameter
- Type: SystemObject
Parameter to evaluate - evalContext
- Type: CMS.MacroEngineEvaluationContext
Evaluation context - securityPassed
- Type: SystemBoolean
Indicates whether the security check passed
Return Value
Type:
ObjectSee Also