This documentation is archived and is not being maintained.

VersionControlServer::CreateTeamProjectFolder Method

Creates a team project root folder and configures it.

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

public:
void CreateTeamProjectFolder(
	TeamProjectFolderOptions^ options
)

Parameters

options
Type: Microsoft.TeamFoundation.VersionControl.Client::TeamProjectFolderOptions

Options for the creation of the team project folder.

This method also configures the folder's settings, permissions, and check-in notes.

Show: