Edit

Share via


ContributionQueryOptions Enum

Definition

Options that control the contributions to include in a query

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ContributionQueryOptions
type ContributionQueryOptions = 
Public Enum ContributionQueryOptions
Inheritance
ContributionQueryOptions
Attributes

Fields

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 targetting the contributions queried.

None 0

Applies to