UserProfileService.GetUserPinnedLinks Method

Gets the pinned links of a given user.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserPinnedLinks", RequestNamespace:="https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", ResponseNamespace:="https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetUserPinnedLinks ( _
    accountName As String _
) As PinnedLinkData()
'Usage
Dim instance As UserProfileService
Dim accountName As String
Dim returnValue As PinnedLinkData()

returnValue = instance.GetUserPinnedLinks(accountName)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserPinnedLinks", RequestNamespace="https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", ResponseNamespace="https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public PinnedLinkData[] GetUserPinnedLinks (
    string accountName
)

Parameters

  • accountName
    Account name of the user.

See Also

Reference

UserProfileService Class
UserProfileService Members
User Profile Web Service