PlaceholderTemplateElement Class

Base class for all PlaceholderTemplateNodes besides the root PlaceholderTemplate.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public abstract class PlaceholderTemplateElement : PlaceholderTemplateNode
Inheritance
Object    PlaceholderTemplateNode    PlaceholderTemplateElement
Derived

Constructors

Properties

ChildCount The number of child nodes this node has.
(Inherited from PlaceholderTemplateNode)
Children This node's child nodes.
(Inherited from PlaceholderTemplateNode)
IsLeaf True if this node cannot contain children.
(Inherited from PlaceholderTemplateNode)
Parent This node's parent node.
(Overrides PlaceholderTemplateNodeParent)
Root The placeholder template in which this node resides.
(Overrides PlaceholderTemplateNodeRoot)
Settings The settings which control how a placeholders are parsed and expanded.
(Overrides PlaceholderTemplateNodeSettings)
Text The raw text representation of this node.
(Inherited from PlaceholderTemplateNode)
Type The type of node this object represents.
(Inherited from PlaceholderTemplateNode)
ValidChildTypes The type of child nodes this node can contain.
(Inherited from PlaceholderTemplateNode)
Vault The vault for which the placeholder document is defined/intended.
(Overrides PlaceholderTemplateNodeVault)

Methods

AppendChild Appends a child node to this node's children.
(Inherited from PlaceholderTemplateNode)
Expand Expands this node in the given context.
(Inherited from PlaceholderTemplateNode)
GetResolvedStructureReferences Finds any resolved structure references in this node or it's children.
(Inherited from PlaceholderTemplateNode)
Validate Validates the node and it's child nodes returning all issues found throughout. Returns static parse based issues, not expansion issues.
(Inherited from PlaceholderTemplateNode)

Fields

children This node's child nodes.
(Inherited from PlaceholderTemplateNode)

See Also