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)

abstract CreateTeamProjectComponents : 
        projectUri:Uri * 
        permissions:IEnumerable<BuildTeamProjectPermission> -> unit

Parameters

projectUri
Type: System.Uri

The Uri for the project.

permissions
Type: System.Collections.Generic.IEnumerable(BuildTeamProjectPermission)

The permissions to set.

Show: