M-Files Vault Application Framework
C#
C#
Show/Hide TOC
Placeholder
Template
Node
.
Append
Child 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#
Copy
public
void
AppendChild
(
PlaceholderTemplateNode child
)
Parameters
child
PlaceholderTemplateNode
The child segment to append.
See Also
Reference
PlaceholderTemplateNode Class
MFiles.VAF.Placeholders Namespace
In This Article
Definition
See Also