IGroupSecurityService2 Interface

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

Syntax

'Declaration
Public Interface IGroupSecurityService2 _
    Inherits IGroupSecurityService
public interface IGroupSecurityService2 : IGroupSecurityService
public interface class IGroupSecurityService2 : IGroupSecurityService
type IGroupSecurityService2 =  
    interface
        interface IGroupSecurityService
    end
public interface IGroupSecurityService2 extends IGroupSecurityService

The IGroupSecurityService2 type exposes the following members.

Methods

  Name Description
Public method AddMemberToApplicationGroup (Inherited from IGroupSecurityService.)
Public method Convert(Identity) (Inherited from IGroupSecurityService.)
Public method Convert(TeamFoundationIdentity) (Inherited from IGroupSecurityService.)
Public method CreateApplicationGroup (Inherited from IGroupSecurityService.)
Public method DeleteApplicationGroup (Inherited from IGroupSecurityService.)
Public method GetChangedIdentities (Inherited from IGroupSecurityService.)
Public method GetIdentityChanges
Public method IsIdentityCached (Inherited from IGroupSecurityService.)
Public method IsMember (Inherited from IGroupSecurityService.)
Public method ListApplicationGroups (Inherited from IGroupSecurityService.)
Public method ReadIdentities (Inherited from IGroupSecurityService.)
Public method ReadIdentity (Inherited from IGroupSecurityService.)
Public method ReadIdentityFromSource (Inherited from IGroupSecurityService.)
Public method RemoveMemberFromApplicationGroup (Inherited from IGroupSecurityService.)
Public method UpdateApplicationGroup (Inherited from IGroupSecurityService.)

Top

See Also

Reference

Microsoft.TeamFoundation.Server Namespace