Click or drag to resize
MacroElementIsValidOperator Method
Returns true if the operator is valid.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public static bool IsValidOperator(
	string op
)

Parameters

op
Type: SystemString
Operator to check

Return Value

Type: Boolean
See Also