Click or drag to resize
MacroResolverResolveMacros Method (String, MacroSettings)
Resolves all supported macro types in the given text within specified resolving context.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public virtual 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: String

Implements

IMacroResolverResolveMacros(String, MacroSettings)
See Also