This documentation is archived and is not being maintained.
Workspace::GetWorkingFolderForServerItem Method (String, array<WorkingFolder>)
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)
public: static WorkingFolder^ GetWorkingFolderForServerItem( String^ serverItem, array<WorkingFolder^>^ folders )
Parameters
- serverItem
- Type: System::String
A server path that is mapped by the specified WorkingFolder objects.
- folders
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder>
The WorkingFolder objects.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client::WorkingFolderA WorkingFolder instance that describes how the server path is mapped by the specified WorkingFolder objects.
| Exception | Condition |
|---|---|
| ItemNotMappedException | Thrown if the server item is not mapped by the specified WorkingFolder objects. |
- 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: