This documentation is archived and is not being maintained.

Workstation.IsExplicitlyMapped Method

Checks whether the specified path is the root mapping in a workspace.

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

public function IsExplicitlyMapped(
	path : String
) : boolean

Parameters

path
Type: System.String

The local path to check.

Return Value

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

Show: