Click or drag to resize
MacroMethodContainerGetLazyParamValue Method
Gets the lazy parameter value by evaluating it

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
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: Object
See Also