This documentation is archived and is not being maintained.

IIdentityManagementService2::ReadFilteredIdentities Method

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

Show: