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.BooleanTrue 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.