This documentation is archived and is not being maintained.
Workspace::GetWorkingFolderForServerItem Method (String)
Visual Studio 2013
Gets a WorkingFolder instance that describes how the specified server item is mapped in the workspace.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- serverItem
- Type: System::String
The server path in the workspace.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client::WorkingFolderA WorkingFolder instance that describes how the server path is mapped in the workspace.
| Exception | Condition |
|---|---|
| ItemNotMappedException | Thrown if the server item is not mapped in the workspace. |
- 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: