Sdílet prostřednictvím


Repository5.CreateTeamProjectFolder Method

This is used to create a team project and all the infrastructure surronding it. Permissions, checkin notes, users, etc...

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub CreateTeamProjectFolder ( _
    teamProjectOptions As TeamProjectFolderOptions, _
    maxClientPathLength As Integer _
)
[WebMethodAttribute]
public void CreateTeamProjectFolder(
    TeamProjectFolderOptions teamProjectOptions,
    int maxClientPathLength
)
[WebMethodAttribute]
public:
void CreateTeamProjectFolder(
    TeamProjectFolderOptions^ teamProjectOptions, 
    int maxClientPathLength
)
[<WebMethodAttribute>]
member CreateTeamProjectFolder : 
        teamProjectOptions:TeamProjectFolderOptions * 
        maxClientPathLength:int -> unit
public function CreateTeamProjectFolder(
    teamProjectOptions : TeamProjectFolderOptions, 
    maxClientPathLength : int
)

Parameters

  • maxClientPathLength
    Type: System.Int32

    The maximum client supported server path length.

.NET Framework Security

See Also

Reference

Repository5 Class

Microsoft.TeamFoundation.VersionControl.Server Namespace