Expand Minimize
This topic has not yet been rated - Rate this topic

VersionControlServer.GetTeamProjectsForServerPaths Method

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)
member GetTeamProjectsForServerPaths : 
        serverPaths:string[] -> TeamProject[] 

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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.