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

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

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace