This documentation is archived and is not being maintained.

UpdateLocalVersionQueue::QueueUpdate Method (Int32, String, Int32)

Note: This API is now obsolete.

Queues the specified item for update.

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

[ObsoleteAttribute(L"Queuing local version updates solely by item ID is deprecated. Please use another overload of QueueUpdate.")]
public:
void QueueUpdate(
	int itemId, 
	String^ targetLocalItem, 
	int localVersion
)

Parameters

itemId
Type: System::Int32

The ID of the item to update.

targetLocalItem
Type: System::String

The local path. Null if the workspace does not contain the item.

localVersion
Type: System::Int32

The changeset version of the local item. It is 0 if the workspace does not contain the item.

Show: