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

VersionControlServer.GetAllTeamProjects Method

Gets the TeamProject objects in the repository.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public TeamProject[] GetAllTeamProjects(
	bool refresh
)

Parameters

refresh
Type: Boolean

True to refresh the team project cache by calling the server. False to return cached projects without a call to server.

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.TeamProject[]
The TeamProject objects in the repository.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.