TeamFoundationIdentityService.CreateApplicationGroup Method (TeamFoundationRequestContext, String, String, String)

Creates a TFS application group

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

Syntax

'Declaration
Public Function CreateApplicationGroup ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As String, _
    groupName As String, _
    groupDescription As String _
) As TeamFoundationIdentity
public TeamFoundationIdentity CreateApplicationGroup(
    TeamFoundationRequestContext requestContext,
    string scopeId,
    string groupName,
    string groupDescription
)
public:
virtual TeamFoundationIdentity^ CreateApplicationGroup(
    TeamFoundationRequestContext^ requestContext, 
    String^ scopeId, 
    String^ groupName, 
    String^ groupDescription
) sealed
abstract CreateApplicationGroup : 
        requestContext:TeamFoundationRequestContext * 
        scopeId:string * 
        groupName:string * 
        groupDescription:string -> TeamFoundationIdentity  
override CreateApplicationGroup : 
        requestContext:TeamFoundationRequestContext * 
        scopeId:string * 
        groupName:string * 
        groupDescription:string -> TeamFoundationIdentity
public final function CreateApplicationGroup(
    requestContext : TeamFoundationRequestContext, 
    scopeId : String, 
    groupName : String, 
    groupDescription : String
) : TeamFoundationIdentity

Parameters

  • scopeId
    Type: System.String

    Project Uri. If null or empty, the group will be created at the server scope; or the group will be created at the project scope per this parameter.

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity
The created group identity.

Implements

ITeamFoundationIdentityService.CreateApplicationGroup(TeamFoundationRequestContext, String, String, String)

.NET Framework Security

See Also

Reference

TeamFoundationIdentityService Class

CreateApplicationGroup Overload

Microsoft.TeamFoundation.Framework.Server Namespace