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)
Syntax
'Declaration
Function BatchCreateTeamProject ( _
teamProjectCreationSettingFile As String, _
<OutAttribute> ByRef logFileFullPath As String _
) As Boolean
bool BatchCreateTeamProject(
string teamProjectCreationSettingFile,
out string logFileFullPath
)
bool BatchCreateTeamProject(
String^ teamProjectCreationSettingFile,
[OutAttribute] String^% logFileFullPath
)
abstract BatchCreateTeamProject :
teamProjectCreationSettingFile:string *
logFileFullPath:string byref -> bool
function BatchCreateTeamProject(
teamProjectCreationSettingFile : String,
logFileFullPath : String
) : boolean
Parameters
teamProjectCreationSettingFile
Type: System.StringThe 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.
.NET Framework Security
- 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.