QueryRecursionOption enum
Determines whether a tree query matches parents or children first.
Fields
ParentFirst = 0 | Returns work items that satisfy the source, even if no linked work item satisfies the target and link criteria. |
ChildFirst = 1 | Returns work items that satisfy the target criteria, even if no work item satisfies the source and link criteria. |