Freigeben über


IdentityService.ListDeletedGroups Method

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IdentityService Class

Microsoft.VisualStudio.Services.Identity Namespace