This documentation is archived and is not being maintained.

Workspace::IsServerPathMapped Method (String)

Returns true if the server item is mapped and not cloaked. This method may return a false positive for implicitly cloaked server paths.

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

public:
bool IsServerPathMapped(
	String^ serverPath
)

Parameters

serverPath
Type: System::String

The server item to check.

Return Value

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

First shipped in Visual Studio 2005 Team Foundation Server.

Show: