This documentation is archived and is not being maintained.
ICommonStructureService.CreateProject Method
Visual Studio 2013
Creates nodes in the common structure service for a new team project.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
function CreateProject(
projectName : String,
projectStructure : XmlElement
) : ProjectInfo
Parameters
- projectName
- Type: System.String
The name of the team project.
- projectStructure
- Type: System.Xml.XmlElement
Describes the areas and iterations to create for this team project.
- 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: