Click or drag to resize
MacroProcessorRemoveMacros Method
Removes macros from input text. Macros are replaced by specified replacement.

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