This documentation is archived and is not being maintained.

IGroupSecurityService::IsIdentityCached Method

Checks whether an identity is cached.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

bool IsIdentityCached(
	SearchFactor factor, 
	String^ factorValue
)

Parameters

factor
Type: Microsoft.TeamFoundation.Server::SearchFactor

specifies how search will continue SearchFactor

factorValue
Type: System::String

this value will be interpreted based on SearchFactor

Return Value

Type: System::Boolean
True if and only if the identity is cached; otherwise, false.

Show: