PlaceholderTemplateNodeAppendChild Method

Appends a child node to this node's children.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void AppendChild(
	PlaceholderTemplateNode child
)

Parameters

child  PlaceholderTemplateNode
The child segment to append.

See Also