Edit

Share via


ReportingWorkItemRevisionsFilter Class

Definition

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

Constructors

ReportingWorkItemRevisionsFilter()

Properties

Fields

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

IncludeDeleted

Include deleted work item in the result.

IncludeIdentityRef

Return an identity reference instead of a string value for identity fields.

IncludeLatestOnly

Include only the latest version of a work item, skipping over all previous revisions of the work item.

IncludeTagRef

Include tag reference instead of string value for System.Tags field

Types

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

Applies to