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)
'Declaration Public Function GetTeamProjectsForServerPaths ( _ serverPaths As String() _ ) As TeamProject()
Parameters
- serverPaths
- Type: System.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.
Show: