VersionControlServer.GetTeamProjectsForServerPaths Method
Visual Studio 2012
Gets the TeamProject objects in the repository with the specified paths.
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- serverPaths
- Type: String[]
The server paths of the projects to get.
Return Value
Type: 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.