CMSAbstractWebPartResolveMacros Method |
Resolves the macros within current WebPart context.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 12.0.0
Syntax public virtual string ResolveMacros(
string inputText,
MacroSettings settings = null
)
Parameters
- inputText
- Type: SystemString
Input text to resolve - settings (Optional)
- Type: CMS.MacroEngineMacroSettings
Macro context object with specific options
Return Value
Type:
StringSee Also