Expand Minimize
This topic has not yet been rated - Rate this topic

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: String

The path to the local item.

Return Value

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

First shipped in Visual Studio 2005 Team Foundation Server.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.