This documentation is archived and is not being maintained.

IProjectCreation::BatchCreateTeamProject Method

Creates team projects from a batch file instead of from project creation wizard.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

bool BatchCreateTeamProject(
	String^ teamProjectCreationSettingFile, 
	[OutAttribute] String^% logFileFullPath
)

Parameters

teamProjectCreationSettingFile
Type: System::String

The path of the settings file.

logFileFullPath
Type: System::String%

The path of the log file for the creation process.

Return Value

Type: System::Boolean
True if the batch project creation succeeded; otherwise, false.

Show: