This documentation is archived and is not being maintained.

Workspace::IsLocalPathMapped Method

Verifies whether the specified local path is mapped and not cloaked.

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

public:
bool IsLocalPathMapped(
	String^ localPath
)

Parameters

localPath
Type: System::String

The path to the local item.

Return Value

Type: System::Boolean
True if the local item is mapped and not cloaked; otherwise, false.

First shipped in Visual Studio 2005 Team Foundation Server.

Show: