Click or drag to resize
MacroExpressionGetElement Method
Gets the element on specific index of this expression.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected MacroElement GetElement(
	int index
)

Parameters

index
Type: SystemInt32
Index to get, starting with 0

Return Value

Type: MacroElement
See Also