This documentation is archived and is not being maintained.
VersionControlServer::GetTeamProjectsForServerPaths Method
Visual Studio 2013
Gets the TeamProject objects in the repository with the specified paths.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<TeamProject^>^ GetTeamProjectsForServerPaths( array<String^>^ serverPaths )
Parameters
- serverPaths
- Type: array<System::String>
The server paths of the projects to get.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::TeamProject>An array of TeamProject objects with the specified paths. Elements in the array will be null if a corresponding project was not found for specified path.
- 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: