ExpandedBlock Constructor

Constructor.

Definition

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

Parameters

source  Block
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