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: 11.0.0
Syntax string 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:
StringSee Also