UserProfileService.UpdatePinnedLink Method

Updates a pinned link data for the specified account name.

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

Syntax

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

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

Parameters

  • accountName
    Account name of the user.
  • data

See Also

Reference

UserProfileService Class
UserProfileService Members
User Profile Web Service