| MacroMethodContainerGetLazyParamValue Method | 
            Gets the lazy parameter value by evaluating it
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
 Syntax
Syntaxprotected 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: 
Object See Also
See Also