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