This documentation is archived and is not being maintained.

Workstation.IsMapped Method

Checks whether the specified path is mapped in a workspace.

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

public function IsMapped(
	path : String
) : boolean

Parameters

path
Type: System.String

The local path to check.

Return Value

Type: System.Boolean
True if the path is mapped in a workspace; otherwise, false.

Show: