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: 8.2.23
Syntax
C#
protected static Object GetLazyParamValue(
	Object parameter,
	EvaluationContext evalContext
)

Parameters

parameter
Type: SystemObject
Parameter to evaluate
evalContext
Type: CMS.MacroEngineEvaluationContext
Evaluation context

Return Value

Type: Object
See Also