Click or drag to resize
IMacroResolverCheckDataSources Method
Checks all the data sources for the value. Returns true if given data member was found within supported data sources.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
EvaluationResult CheckDataSources(
	string expression,
	EvaluationContext context
)

Parameters

expression
Type: SystemString
Data member to look for
context
Type: CMS.MacroEngineEvaluationContext
Evaluation context

Return Value

Type: EvaluationResult
See Also