| MacroResolverResolveMacros Method (String, EvaluationContext) | 
            Resolves the macros.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntaxpublic 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