SubscriptionTemplateQueryFlags Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set of flags used to determine which set of templates is retrieved when querying for subscription templates
This enumeration supports a bitwise combination of its member values.
C#
[System.Flags]
[System.Runtime.Serialization.DataContract]
public enum SubscriptionTemplateQueryFlags
type SubscriptionTemplateQueryFlags =
Public Enum SubscriptionTemplateQueryFlags
- Inheritance
-
SubscriptionTemplateQueryFlags
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | |
IncludeUser | 1 | Include user templates |
IncludeGroup | 2 | Include group templates |
IncludeUserAndGroup | 4 | Include user and group templates |
IncludeEventTypeInformation | 22 | Include the event type details like the fields and operators |
Product | Versions |
---|---|
Azure DevOps Services .NET SDK | preview, latest |