This topic has not yet been rated - Rate this topic

UserProfileService.RemovePinnedLink Method

SharePoint 2007
Removes a pinned link for the specified account name.

Web Service: User ProfileWeb Reference: http://<Site>/_vti_bin/UserProfileService.asmx
[SoapDocumentMethodAttribute("http://microsoft.com/webservices/SharePointPortalServer/UserProfileService/RemovePinnedLink", RequestNamespace="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService", ResponseNamespace="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public void RemovePinnedLink (
	string accountName,
	int id
)

Parameters

accountName

Account name of the user.

id
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.