Constructor.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax 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