VersionControlServer.CreateTeamProjectFolder Method

At the top level of the Team Foundation Server folder hierarchy are the team projects: the folders immediately below $/ in the tree. All folders and files under source control are directly or indirectly below the team projects. This function creates a team project and configures the folder's settings, permissions, and check-in notes.

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

Syntax

'Declaration
Public Sub CreateTeamProjectFolder ( _
    options As TeamProjectFolderOptions _
)
'Usage
Dim instance As VersionControlServer 
Dim options As TeamProjectFolderOptions

instance.CreateTeamProjectFolder(options)
public void CreateTeamProjectFolder(
    TeamProjectFolderOptions options
)
public:
void CreateTeamProjectFolder(
    TeamProjectFolderOptions^ options
)
public function CreateTeamProjectFolder(
    options : TeamProjectFolderOptions
)

Parameters

.NET Framework Security

See Also

Reference

VersionControlServer Class

VersionControlServer Members

Microsoft.TeamFoundation.VersionControl.Client Namespace