Click or drag to resize
MacroElement Constructor
Constructor.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public MacroElement(
	ElementType type,
	string expression,
	Object value,
	int startIndex
)

Parameters

type
Type: CMS.MacroEngine.ElementType
Element type
expression
Type: System.String
Expression
value
Type: System.Object
Value
startIndex
Type: System.Int32
Start index in the source string
See Also