Share via


ITeamFoundationIdentityService.EnsureWellKnownGroupExists Method

Ensures that a well-known TFS application group has been created.

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

Syntax

'Declaration
Sub EnsureWellKnownGroupExists ( _
    requestContext As TeamFoundationRequestContext, _
    groupSid As String, _
    groupName As String, _
    groupDescription As String _
)
void EnsureWellKnownGroupExists(
    TeamFoundationRequestContext requestContext,
    string groupSid,
    string groupName,
    string groupDescription
)
void EnsureWellKnownGroupExists(
    TeamFoundationRequestContext^ requestContext, 
    String^ groupSid, 
    String^ groupName, 
    String^ groupDescription
)
abstract EnsureWellKnownGroupExists : 
        requestContext:TeamFoundationRequestContext * 
        groupSid:string * 
        groupName:string * 
        groupDescription:string -> unit
function EnsureWellKnownGroupExists(
    requestContext : TeamFoundationRequestContext, 
    groupSid : String, 
    groupName : String, 
    groupDescription : String
)

Parameters

  • groupSid
    Type: System.String

    The group description. Can be null.

.NET Framework Security

See Also

Reference

ITeamFoundationIdentityService Interface

Microsoft.TeamFoundation.Server.Core Namespace