SocialDataManager.GetBulkUserProfiles-Methode (List<Int64>)
Ruft eine Liste von Benutzerprofilen, die angegebene Liste von Benutzerdatensatz-IDs entspricht.
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
)
Parameter
rgUserRecordIds
Typ: System.Collections.Generic.List<Int64>Eine List des Datensatzes aufzeichnen IDs entspricht dem Benutzer-IDs, die zurückgegeben werden sollen.
Rückgabewert
Typ: System.Collections.Generic.List<UserProfile>