UserProfileService.GetUserProfileByIndex Method (User Profile)
Gets user profile property information by index.

Web Service: User ProfileWeb Reference: http://<Site>/_vti_bin/UserProfileService.asmx
Syntax

Visual Basic (Declaration)
<SoapDocumentMethodAttribute("http://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileByIndex", RequestNamespace:="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService", ResponseNamespace:="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetUserProfileByIndex ( _
    index As Integer _
) As GetUserProfileByIndexResult
Visual Basic (Usage)
Dim instance As UserProfileService
Dim index As Integer
Dim returnValue As GetUserProfileByIndexResult

returnValue = instance.GetUserProfileByIndex(index)
C#
[SoapDocumentMethodAttribute("http://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileByIndex", RequestNamespace="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService", ResponseNamespace="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public GetUserProfileByIndexResult GetUserProfileByIndex (
    int index
)

Parameters

index

Return Value

Microsoft.Office.Server.UserProfiles.GetUserProfileByIndexResult object that contains the user profile property information.
See Also

Tags :


Page view tracker