FlowToListTraversalType Enumeration
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum FlowToListTraversalTypeMembers
| DepthFirst | 0 | Descent first before using the next alternative |
| BreadthFirst | 1 | First visit alternative before descending |
| ShortestPath | 2 | Hybrid model that tries to generate less fragments |