ExpandedPlaceholderTemplateNode Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public ExpandedPlaceholderTemplateNode(
	PlaceholderTemplateNode source,
	IExpansionContext context,
	List<ExpandedPlaceholderTemplateNode> expandedChildNodes,
	List<PlaceholderExpansionIssue> issues
)

Parameters

source  PlaceholderTemplateNode
The item that was expanded
context  IExpansionContext
The context of the expansion.
expandedChildNodes  ListExpandedPlaceholderTemplateNode
Expanded child nodes.
issues  ListPlaceholderExpansionIssue
Issues expanding the source node (not it's children)

See Also