Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Lists all TFS application groups in the specified scope.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function ListApplicationGroups ( _
requestContext As TeamFoundationRequestContext, _
scope As String, _
readOptions As ReadIdentityOptions, _
propertyNameFilters As IEnumerable(Of String), _
propertyScope As IdentityPropertyScope _
) As TeamFoundationIdentity()
public TeamFoundationIdentity[] ListApplicationGroups(
TeamFoundationRequestContext requestContext,
string scope,
ReadIdentityOptions readOptions,
IEnumerable<string> propertyNameFilters,
IdentityPropertyScope propertyScope
)
public:
virtual array<TeamFoundationIdentity^>^ ListApplicationGroups(
TeamFoundationRequestContext^ requestContext,
String^ scope,
ReadIdentityOptions readOptions,
IEnumerable<String^>^ propertyNameFilters,
IdentityPropertyScope propertyScope
) sealed
abstract ListApplicationGroups :
requestContext:TeamFoundationRequestContext *
scope:string *
readOptions:ReadIdentityOptions *
propertyNameFilters:IEnumerable<string> *
propertyScope:IdentityPropertyScope -> TeamFoundationIdentity[]
override ListApplicationGroups :
requestContext:TeamFoundationRequestContext *
scope:string *
readOptions:ReadIdentityOptions *
propertyNameFilters:IEnumerable<string> *
propertyScope:IdentityPropertyScope -> TeamFoundationIdentity[]
public final 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.String
readOptions
Type: Microsoft.TeamFoundation.Framework.Common.ReadIdentityOptionsreadOptions.
propertyNameFilters
Type: System.Collections.Generic.IEnumerable<String>Only required when read options includes extended properties, refer Prpoperty Service API. Can be null otherwise.
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity[]
Application groups as an array of identities.
Implements
.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
TeamFoundationIdentityService Class