TreeFlags Enumeration

The TreeFlags enumeration specifies the static definitions for the various TreeFlag values that can be returned as part of a nodes assessment.

The TreeFlags enumeration is used in the unresolvable-reference.html.

TreeFlags Enumeration Values

Values Description

Integer STRATEGY

Specifies that the value of the Strategy TreeFlag is 1.

Integer INITIATIVE

Specifies that the value of the Initiative TreeFlag is 2.

Integer ACCOUNTABILITY

Specifies that the value of the Accountability TreeFlag is 4.

Note:

You can add the values in TreeFlags Enumeration values if required. For example, if the you want the results to include nodes from both the Strategy and Initiative trees, you would pass 3 as the value (1+2).