IMacroResolverGetObjectValue Method (Object, Int32, EvaluationContext) |
Gets the object value at given index (this is called when indexer [(int)] is used in the expression).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax EvaluationResult GetObjectValue(
Object obj,
int index,
EvaluationContext context
)
Parameters
- obj
- 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:
EvaluationResultSee Also