Share via


IdentityService.ListGroups Method

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

Syntax

'Declaration
Public MustOverride Function ListGroups ( _
    requestContext As TeamFoundationRequestContext, _
    scopeIds As Guid(), _
    recurse As Boolean, _
    propertyNameFilters As IEnumerable(Of String) _
) As IList(Of Identity)
public abstract IList<Identity> ListGroups(
    TeamFoundationRequestContext requestContext,
    Guid[] scopeIds,
    bool recurse,
    IEnumerable<string> propertyNameFilters
)
public:
virtual IList<Identity^>^ ListGroups(
    TeamFoundationRequestContext^ requestContext, 
    array<Guid>^ scopeIds, 
    bool recurse, 
    IEnumerable<String^>^ propertyNameFilters
) abstract
abstract ListGroups : 
        requestContext:TeamFoundationRequestContext * 
        scopeIds:Guid[] * 
        recurse:bool * 
        propertyNameFilters:IEnumerable<string> -> IList<Identity> 
public abstract function ListGroups(
    requestContext : TeamFoundationRequestContext, 
    scopeIds : Guid[], 
    recurse : boolean, 
    propertyNameFilters : IEnumerable<String>
) : IList<Identity>

Parameters

  • scopeIds
    Type: array<System.Guid[]

    Array of scopeIds to list groups from. Can be null.

  • recurse
    Type: System.Boolean

    Include groups from scopes which are recursively descended from the given scopeIds (sub-scopes.)

Return Value

Type: System.Collections.Generic.IList<Identity>

.NET Framework Security

See Also

Reference

IdentityService Class

Microsoft.VisualStudio.Services.Identity Namespace