UserProfileService.RemoveAllLinks Method

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

Syntax

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

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

Parameters

  • accountName

See Also

Reference

UserProfileService Class
UserProfileService Members
User Profile Web Service