This documentation is archived and is not being maintained.
Workspace::Reconcile Method
Visual Studio 2013
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.
- 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.
Show: