Edit

Share via


WorkItemDelete Class

Definition

Full deleted work item object. Includes the work item itself.

[System.Runtime.Serialization.DataContract]
public class WorkItemDelete : Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemDeleteReference
type WorkItemDelete = class
    inherit WorkItemDeleteReference
Public Class WorkItemDelete
Inherits WorkItemDeleteReference
Inheritance
Attributes

Constructors

WorkItemDelete()

Properties

Code

The HTTP status code for work item operation in a batch request.

(Inherited from WorkItemDeleteReference)
DeletedBy

The user who deleted the work item type.

(Inherited from WorkItemDeleteReference)
DeletedDate

The work item deletion date.

(Inherited from WorkItemDeleteReference)
Id

Work item ID.

(Inherited from WorkItemDeleteReference)
Message

The exception message for work item operation in a batch request.

(Inherited from WorkItemDeleteReference)
Name

Name or title of the work item.

(Inherited from WorkItemDeleteReference)
Project

Parent project of the deleted work item.

(Inherited from WorkItemDeleteReference)
Resource

The work item object that was deleted.

Type

Type of work item.

(Inherited from WorkItemDeleteReference)
Url

REST API URL of the resource

(Inherited from WorkItemDeleteReference)

Applies to