Click or drag to resize
MacroProcessorContainsMacro Method
Returns true if the specified text contains macro.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static bool ContainsMacro(
	string inputText
)

Parameters

inputText
Type: SystemString
Text to check

Return Value

Type: Boolean
See Also