ExpandedPlaceholder Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public ExpandedPlaceholder(
	Placeholder source,
	IExpansionContext context,
	List<ExpandedPlaceholderTemplateNode> expandedChildNodes,
	List<PlaceholderExpansionIssue> issues,
	bool hideMissingValue = true,
	IEncodingPlaceholderCommand defaultEncoder = null,
	SessionInfo userSession = null
)

Parameters

source  Placeholder
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)
hideMissingValue  Boolean  (Optional)
Indicates whether the placeholder text should be left as-is if the context is empty.
defaultEncoder  IEncodingPlaceholderCommand  (Optional)
Indicates the default encoding to use.
userSession  SessionInfo  (Optional)
The user session used during expansion, if any.

See Also