Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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