This documentation is archived and is not being maintained.
IBuildServer.CreateTeamProjectComponents Method
Visual Studio 2013
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.
- 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.
Show: