This documentation is archived and is not being maintained.

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)

public:
void Reconcile(
	bool reconcileMissingLocalItems, 
	[OutAttribute] bool% pendingChangesUpdatedByServer
)

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.

Show: