This documentation is archived and is not being maintained.
Workspace::IsServerPathMapped Method (String, Boolean)
Visual Studio 2013
Verifies whether the specified server item is mapped and not cloaked.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- serverPath
- Type: System::String
The server item.
- detectImplicitCloak
- Type: System::Boolean
True to detect whether the server item is implicitly cloaked in the workspace. Forces this method to return false if the server item is implicitly cloaked.False to ignore implicit cloaking.
Return Value
Type: System::BooleanTrue if the server item is mapped and not cloaked; otherwise, false.
- 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.
Show: