This documentation is archived and is not being maintained.

Workspace::Map Method

Maps the specified server path to a location on the local disk.

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

public:
void Map(
	String^ serverPath, 
	String^ localPath
)

Parameters

serverPath
Type: System::String

The server path of the folder that is being mapped.

localPath
Type: System::String

The path of the local location that is being mapped.

Show: