Click or drag to resize
MacroResolverGetObjectValue Method (Object, String, EvaluationContext)
Gets the object value of specified name.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public virtual EvaluationResult GetObjectValue(
	Object objectToCheck,
	string columnName,
	EvaluationContext context
)

Parameters

objectToCheck
Type: SystemObject
Source object to get the index-th value from
columnName
Type: SystemString
Name of the value to get
context
Type: CMS.MacroEngineEvaluationContext
Evaluation context

Return Value

Type: EvaluationResult

Implements

IMacroResolverGetObjectValue(Object, String, EvaluationContext)
See Also