Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
SDK Documentation
 GetUserPinnedLinks Method
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
UserProfileService.GetUserPinnedLinks Method (Microsoft.Office.Server.UserProfiles)
This member is reserved for internal use and is not intended to be used directly from your code. Use the corresponding UserProfileService Web service member instead.

Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Visual Basic (Declaration)
<WebMethodAttribute> _
Public Function GetUserPinnedLinks ( _
    accountName As String _
) As PinnedLinkData()
Visual Basic (Usage)
Dim instance As UserProfileService
Dim accountName As String
Dim returnValue As PinnedLinkData()

returnValue = instance.GetUserPinnedLinks(accountName)
C#
[WebMethodAttribute] 
public PinnedLinkData[] GetUserPinnedLinks (
    string accountName
)

Parameters

accountName
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker