Click or drag to resize
MacroResolverGetObjectValue Method (Object, Int32, EvaluationContext)
Gets the object value at given index (this is called when indexer [(int)] is used in the expression).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public virtual EvaluationResult GetObjectValue(
	Object objectToCheck,
	int index,
	EvaluationContext context
)

Parameters

objectToCheck
Type: SystemObject
Source object to get the index-th value from
index
Type: SystemInt32
Index of the item to get
context
Type: CMS.MacroEngineEvaluationContext
Evaluation context

Return Value

Type: EvaluationResult

Implements

IMacroResolverGetObjectValue(Object, Int32, EvaluationContext)
See Also