MacroExpressionGetElement Method |
Gets the element on specific index of this expression.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax protected MacroElement GetElement(
int index
)
Parameters
- index
- Type: SystemInt32
Index to get, starting with 0
Return Value
Type:
MacroElementSee Also