Click or drag to resize
MacroElement Constructor
Constructor.

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

Parameters

type
Type: CMS.MacroEngineElementType
Element type
expression
Type: SystemString
Expression
value
Type: SystemObject
Value
startIndex
Type: SystemInt32
Start index in the source string
See Also