This documentation is archived and is not being maintained.
IIdentityManagementService2::ReadFilteredIdentities Method
Visual Studio 2013
ReadFilteredIdentities is used to retrieve a set of identities based on an expression. The expression is a syntax that resembles a SQL WHERE clause. For full details on the expressions capabilities, see documentation on the QueryExpression class.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
FilteredIdentitiesList^ ReadFilteredIdentities( String^ expression, int suggestedPageSize, String^ lastSearchResult, bool lookForward, int queryMembership )
Parameters
- expression
- Type: System::String
- suggestedPageSize
- Type: System::Int32
- lastSearchResult
- Type: System::String
- lookForward
- Type: System::Boolean
- queryMembership
- Type: System::Int32
- 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.
Show: