MacroProcessorRemoveMacros Method |
Removes macros from input text. Macros are replaced by specified replacement.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public static string RemoveMacros(
string inputText,
string replacement = ""
)
Parameters
- inputText
- Type: SystemString
Input text - replacement (Optional)
- Type: SystemString
Replacement string
Return Value
Type:
StringSee Also