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)
Syntax
'Declaration
Public Function IsLocalPathMapped ( _
localPath As String _
) As Boolean
public bool IsLocalPathMapped(
string localPath
)
public:
bool IsLocalPathMapped(
String^ localPath
)
member IsLocalPathMapped :
localPath:string -> bool
public function IsLocalPathMapped(
localPath : String
) : boolean
Parameters
localPath
Type: System.StringThe path to the local item.
Return Value
Type: System.Boolean
True if the local item is mapped and not cloaked; otherwise, false.
Remarks
First shipped in Visual Studio 2005 Team Foundation Server.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.