Click or drag to resize

FlowListNodeUnconnectedThreads Property

a list of entry object references that have no connection to this node, but are children

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public List<FlowReference> UnconnectedThreads { get; }

Property Value

Type: ListFlowReference
See Also