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
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- 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.) 
- propertyNameFilters
 Type: System.Collections.Generic.IEnumerable<String>
Return Value
Type: System.Collections.Generic.IList<Identity>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.