Share via


UserProfileService.UpdatePinnedLink Method

Updates a pinned link data for the specified account name.

Namespace:  websvcUserProfileService
Assembly:  MOSSSOAP (in MOSSSOAP.dll)

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

See Also

Reference

UserProfileService Class

UserProfileService Members

websvcUserProfileService Namespace