| IMacroResolverResolveMacros Method | 
            Resolves all supported macro types in the given text within specified resolving context.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxstring ResolveMacros(
	string text,
	MacroSettings settings = null
)
Parameters
- text
- Type: SystemString
 Input text with macros to be resolved
- settings (Optional)
- Type: CMS.MacroEngineMacroSettings
 Macro context to be used for resolving (if null, context of the resolver is used)
Return Value
Type: 
String See Also
See Also