Options that control the contributions to include in a query

Enumeration Members

IgnoreConstraints: 256

Some callers may want the entire tree back without constraint evaluation being performed.

IncludeAll: 112

Include the contribution being queried as well as all contributions that target them recursively.

IncludeChildren: 32

Include the contributions that directly target the contributions queried.

IncludeSelf: 16

Include the direct contributions that have the ids queried.

IncludeSubTree: 96

Include the contributions from the entire sub-tree targeting the contributions queried.

None: 0