This documentation is archived and is not being maintained.

IBuildServer::CreateTeamProjectComponents Method

Creates the build components that are needed to create a TeamProject.

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

void CreateTeamProjectComponents(
	Uri^ projectUri, 
	IEnumerable<BuildTeamProjectPermission^>^ permissions
)

Parameters

projectUri
Type: System::Uri

The Uri for the project.

permissions
Type: System.Collections.Generic::IEnumerable<BuildTeamProjectPermission>

The permissions to set.

Show: