Workspace.Reconcile Method

Reconciles a local workspace with the server.

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

Syntax

'Declaration
Public Sub Reconcile ( _
    reconcileMissingLocalItems As Boolean, _
    <OutAttribute> ByRef pendingChangesUpdatedByServer As Boolean _
)
public void Reconcile(
    bool reconcileMissingLocalItems,
    out bool pendingChangesUpdatedByServer
)
public:
void Reconcile(
    bool reconcileMissingLocalItems, 
    [OutAttribute] bool% pendingChangesUpdatedByServer
)
member Reconcile : 
        reconcileMissingLocalItems:bool * 
        pendingChangesUpdatedByServer:bool byref -> unit
public function Reconcile(
    reconcileMissingLocalItems : boolean, 
    pendingChangesUpdatedByServer : boolean
)

Parameters

  • reconcileMissingLocalItems
    Type: System.Boolean

    True to remove local version rows for items that no longer exist on disk

  • pendingChangesUpdatedByServer
    Type: System.Boolean%

    True to reconcile pending changes updated by server; otherwise, false.

.NET Framework Security

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace