ContributionQueryOptions enum
Options that control the contributions to include in a query
Fields
| None = 0 | |
| IncludeSelf = 16 | Include the direct contributions that have the ids queried. |
| IncludeChildren = 32 | Include the contributions that directly target the contributions queried. |
| IncludeSubTree = 96 | Include the contributions from the entire sub-tree targeting the contributions queried. |
| IncludeAll = 112 | Include the contribution being queried as well as all contributions that target them recursively. |
| IgnoreConstraints = 256 | Some callers may want the entire tree back without constraint evaluation being performed. |