Click or drag to resize

FlowListNode Properties

The FlowListNode type exposes the following members.

Properties
  NameDescription
Public propertyApplyNumbering
true if numbering should be used, false otherwise, dialog fragments don't use numbering
Public propertyIndentionLevel
Indention level of the node when submerging is used
Public propertyJumpTargets
a list of targets to which this object is connected
Public propertyLocalOrder
the order number of all nodes of the same hierarchy level
Public propertyNode
The node object in the flow that this object describes
Public propertyParent
The parent object for this node, to be used for example to ascend to create a hierarchical document numbering. for the first element this property is null
Public propertySkipJumps
true if the there is no jump section required, false otherwise. the following conditions must be met to have the true value:
  • no unconnected thread exist
  • only one following node
  • that is not the EndOfThread marker
  • and is not the last entry in the document and links to the directly following entry
Public propertyUnconnectedThreads
a list of entry object references that have no connection to this node, but are children
Top
See Also