Language
Edit

PredefinedQuery Class

Definition

Represents a single pre-defined query.

[System.Runtime.Serialization.DataContract]
public class PredefinedQuery
type PredefinedQuery = class
Public Class PredefinedQuery
Inheritance
PredefinedQuery
Attributes

Constructors

Name Description
PredefinedQuery()

Fields

Name Description
HasMore

Whether or not the query returned the complete set of data or if the data was truncated.

Id

Id of the query

Name

Localized name of the query

Results

The results of the query. This will be a set of WorkItem objects with only the 'id' set. The client is responsible for paging in the data as needed.

Url

REST API Url to use to retrieve results for this query

WebUrl

Url to use to display a page in the browser with the results of this query

Applies to