MacroProcessorGetMacros Method |
Gets the list of macros in the given text.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax 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:
StringSee Also