UserProfileService.GetUserLinks Method
Gets the links of a given user.
Namespace: websvcUserProfileService
Assembly: MOSSSOAP (in MOSSSOAP.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserLinks", RequestNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", _
ResponseNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetUserLinks ( _
accountName As String _
) As QuickLinkData()
'Usage
Dim instance As UserProfileService
Dim accountName As String
Dim returnValue As QuickLinkData()
returnValue = instance.GetUserLinks(accountName)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserLinks", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService",
ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public QuickLinkData[] GetUserLinks(
string accountName
)
Parameters
- accountName
Type: System.String
Account name of the user.
Return Value
Type: []
A QuickLinkData object.
Remarks
For an example on how to use the GetUserLinks method, see the example in the GetUserColleagues method.