Click or drag to resize
MacroProcessor.GetMacros Method
Gets the list of macros in the given text.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetMacros(
	string originalText,
	bool onlySimpleMacros = false
)

Parameters

originalText
Type: System.String
Text to analyze for macros
onlySimpleMacros (Optional)
Type: System.Boolean
If true, only simple macros are returned

Return Value

Type: String
See Also