UpdateLocalVersionQueue.QueueUpdate Method

Queues the specified item for update.

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

Syntax

'Declaration
Public Sub QueueUpdate ( _
    itemId As Integer, _
    targetLocalItem As String, _
    localVersion As Integer _
)
public void QueueUpdate(
    int itemId,
    string targetLocalItem,
    int localVersion
)
public:
void QueueUpdate(
    int itemId, 
    String^ targetLocalItem, 
    int localVersion
)
member QueueUpdate : 
        itemId:int * 
        targetLocalItem:string * 
        localVersion:int -> unit 
public function QueueUpdate(
    itemId : int, 
    targetLocalItem : String, 
    localVersion : int
)

Parameters

  • 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.

.NET Framework Security

See Also

Reference

UpdateLocalVersionQueue Class

Microsoft.TeamFoundation.VersionControl.Client Namespace