SocialDataService.DeleteTags method

Deletes all social tags for the current user for the specified URL.

Namespace:  WebSvcSocialDataService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

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

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

Parameters

  • url
    Type: System.String

    The URL of the social tags to be deleted. This value can be an empty string or a valid URI format that contains fewer than 2085 characters.

Remarks

If the url parameter is an empty string, this method deletes all social tags for the current user.

See also

Reference

SocialDataService class

SocialDataService members

WebSvcSocialDataService namespace