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

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

Parameters

originalText
Type: SystemString
Text to analyze for macros
onlySimpleMacros (Optional)
Type: SystemBoolean
If true, only simple macros are returned

Return Value

Type: String
See Also