IdentityHttpClient.ListGroupsAsync Method
Namespace: Microsoft.VisualStudio.Services.Identity.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Function ListGroupsAsync ( _
scopeIds As Guid(), _
recurse As Boolean, _
deleted As Boolean, _
propertyNameFilters As IEnumerable(Of String), _
userState As Object _
) As Task(Of IdentitiesCollection)
public Task<IdentitiesCollection> ListGroupsAsync(
Guid[] scopeIds,
bool recurse,
bool deleted,
IEnumerable<string> propertyNameFilters,
Object userState
)
public:
Task<IdentitiesCollection^>^ ListGroupsAsync(
array<Guid>^ scopeIds,
bool recurse,
bool deleted,
IEnumerable<String^>^ propertyNameFilters,
Object^ userState
)
member ListGroupsAsync :
scopeIds:Guid[] *
recurse:bool *
deleted:bool *
propertyNameFilters:IEnumerable<string> *
userState:Object -> Task<IdentitiesCollection>
public function ListGroupsAsync(
scopeIds : Guid[],
recurse : boolean,
deleted : boolean,
propertyNameFilters : IEnumerable<String>,
userState : Object
) : Task<IdentitiesCollection>
Parameters
- scopeIds
Type: array<System.Guid[]
- recurse
Type: System.Boolean
- deleted
Type: System.Boolean
- propertyNameFilters
Type: System.Collections.Generic.IEnumerable<String>
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<IdentitiesCollection>
.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.