Click or drag to resize

FlowListNodeSkipJumps Property

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

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public bool SkipJumps { get; }

Property Value

Type: Boolean
See Also