ITeamFoundationIdentityService.ListApplicationGroups Method (TeamFoundationRequestContext, String, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope)
Lists all TFS application groups within the specified scope.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function ListApplicationGroups ( _
requestContext As TeamFoundationRequestContext, _
scope As String, _
readOptions As ReadIdentityOptions, _
propertyNameFilters As IEnumerable(Of String), _
propertyScope As IdentityPropertyScope _
) As TeamFoundationIdentity()
TeamFoundationIdentity[] ListApplicationGroups(
TeamFoundationRequestContext requestContext,
string scope,
ReadIdentityOptions readOptions,
IEnumerable<string> propertyNameFilters,
IdentityPropertyScope propertyScope
)
array<TeamFoundationIdentity^>^ ListApplicationGroups(
TeamFoundationRequestContext^ requestContext,
String^ scope,
ReadIdentityOptions readOptions,
IEnumerable<String^>^ propertyNameFilters,
IdentityPropertyScope propertyScope
)
abstract ListApplicationGroups :
requestContext:TeamFoundationRequestContext *
scope:string *
readOptions:ReadIdentityOptions *
propertyNameFilters:IEnumerable<string> *
propertyScope:IdentityPropertyScope -> TeamFoundationIdentity[]
function ListApplicationGroups(
requestContext : TeamFoundationRequestContext,
scope : String,
readOptions : ReadIdentityOptions,
propertyNameFilters : IEnumerable<String>,
propertyScope : IdentityPropertyScope
) : TeamFoundationIdentity[]
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe context for this request.
scope
Type: System.StringIf null or empty, application groups at the server scope will be listed; or application groups at the project scope, per this parameter, will be listed.
readOptions
Type: Microsoft.TeamFoundation.Framework.Common.ReadIdentityOptionsThe read options.
propertyNameFilters
Type: System.Collections.Generic.IEnumerable<String>Only required when read options includes extended properties, refer Property Service API. Can be null otherwise.
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
Return Value
Type: array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
Application groups as an array of identities.
.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.
See Also
Reference
ITeamFoundationIdentityService Interface