Edit

Share via


LinkQueryMode Enum

Definition

The link query mode which determines the behavior of the query.

public enum LinkQueryMode
type LinkQueryMode = 
Public Enum LinkQueryMode
Inheritance
LinkQueryMode

Fields

LinksOneHopDoesNotContain 3

Returns work items that satisfy the source, only if no linked work item satisfies the link and target criteria.

LinksOneHopMayContain 2

Returns work items that satisfy the source and link criteria, even if no linked work item satisfies the target criteria.

LinksOneHopMustContain 1

Returns work items where the source, target, and link criteria are all satisfied.

LinksRecursiveDoesNotContain 6
LinksRecursiveMayContain 5

Returns work items a hierarchy of work items that by default satisfy the source

LinksRecursiveMustContain 4
WorkItems 0

Applies to