SocialDataManager.GetBulkUserProfiles method (List<Int64>)
Retrieves a list of user profiles corresponding to the specified list of user record IDs.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Function GetBulkUserProfiles ( _
rgUserRecordIds As List(Of Long) _
) As List(Of UserProfile)
'Usage
Dim rgUserRecordIds As List(Of Long)
Dim returnValue As List(Of UserProfile)
returnValue = Me.GetBulkUserProfiles(rgUserRecordIds)
protected List<UserProfile> GetBulkUserProfiles(
List<long> rgUserRecordIds
)
Parameters
rgUserRecordIds
Type: System.Collections.Generic.List<Int64>A List of record IDs corresponding to the user record IDs that are to be returned.
Return value
Type: System.Collections.Generic.List<UserProfile>