ITeamProjectCollections CreateProjectCollection Method Tfs Api

Namespace: TfsApi.Administration.Contracts
Assembly: TfsApi (in TfsApi.dll) Version: 1.2.4952.20910
Syntax

void CreateProjectCollection(
	string name,
	string description,
	eSharePointActions sharePointAction = eSharePointActions.None,
	string sharePointServerHash = null,
	string sharePointSitePath = null,
	eReportingActions reportingAction = eReportingActions.None,
	string reportServerHash = null,
	string reportFolderPath = null
)
See Also