SocialTagManager.DeleteTags Method (Uri)
Deletes all social tags on a specified URL.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub DeleteTags ( _
url As Uri _
)
'Usage
Dim instance As SocialTagManager
Dim url As Uri
instance.DeleteTags(url)
public void DeleteTags(
Uri url
)
Parameters
- url
Type: System.Uri