Click or drag to resize
MacroResolverResolveMacros Method (String, EvaluationContext)
Resolves the macros.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public string ResolveMacros(
	string text,
	EvaluationContext evaluationContext
)

Parameters

text
Type: SystemString
Input text with the macros
evaluationContext
Type: CMS.MacroEngineEvaluationContext
Evaluation context of previous (parent) macro evaluation

Return Value

Type: String
See Also