MacroResolver ResolveMacros Method (String, MacroSettings)Kentico 8.0 API Reference
Resolves all supported macro types in the given text within specified resolving context.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

text
Type: OnlineSystem String
Input text with macros to be resolved
settings
Type: CMS.MacroEngine MacroSettings
Macro context to be used for resolving (if null, context of the resolver is used)

Return Value

Type: OnlineString
See Also