PlaceholderTemplateNode Class
A node within a placeholder document.
Namespace: MFiles.VAF.PlaceholdersAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public abstract class PlaceholderTemplateNode
- Inheritance
- Object PlaceholderTemplateNode
- Derived
ChildCount
|
The number of child nodes this node has.
|
Children
|
This node's child nodes.
|
IsLeaf
|
True if this node cannot contain children.
|
Parent
|
This node's parent node.
|
Root
|
The placeholder template in which this node resides.
|
Settings
|
The settings which control how a placeholders are parsed and expanded.
|
Text
|
The raw text representation of this node.
|
Type
|
The type of node this object represents.
|
ValidChildTypes
|
The type of child nodes this node can contain.
|
Vault
|
The vault for which the placeholder document is defined/intended.
|
AppendChild
|
Appends a child node to this node's children.
|
Expand
|
Expands this node in the given context.
|
GetResolvedStructureReferences
|
Finds any resolved structure references in this node or it's children.
|
Validate
|
Validates the node and it's child nodes returning all issues found throughout.
Returns static parse based issues, not expansion issues.
|