Click or drag to resize
MacroExpression Constructor (ListMacroElement)
Constructor.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected MacroExpression(
	List<MacroElement> elements
)

Parameters

elements
Type: System.Collections.GenericListMacroElement
Elements of the source expression
See Also