Click or drag to resize

TemplateNode Properties

The TemplateNode type exposes the following members.

Properties
  NameDescription
Public propertyCharNumber
Gets/sets the character number in the LineNumber within the template on which the node text starts.
Public propertyFieldKey
Gets the Key referenced by this node. This is generally only meaningful on nodes where IsFieldReference is true. One exception to this is for Template nodes where the FieldKey is the node's inner template name.
Public propertyIsFieldReference
Gets whether or not this node is a field reference that requires resolution.
Public propertyLineNumber
Gets/sets the line number within the template on which the node text starts. The CharNumber identifies the starting character within that line.
Public propertyNameValues
Gets any name/value pairs associated with this node. Currently this applies to Template nodes only. When applying an inner template replacement on a template, the inner template is expanded using the outer template's name/value pairs PLUS any note-specific name/value pairs (with the node-specific values taking precedence).
Top
See Also