Share via


WorkItem.SyncToLatest Method

Updates this WorkItem to the latest committed revision. All changes that were made to the work item from the last revision will be discarded.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public Sub SyncToLatest
'Usage
Dim instance As WorkItem

instance.SyncToLatest()
public void SyncToLatest()
public:
void SyncToLatest()
public function SyncToLatest()

.NET Framework Security

See Also

Reference

WorkItem Class

WorkItem Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace