SocialTagManager.DeleteTag Method
Deletes a social tag for the specified Uri and Term.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub DeleteTag ( _
url As Uri, _
term As Term _
)
'Usage
Dim instance As SocialTagManager
Dim url As Uri
Dim term As Term
instance.DeleteTag(url, term)
public void DeleteTag(
Uri url,
Term term
)
Parameters
- url
Type: System.Uri
- term
Type: Microsoft.SharePoint.Taxonomy.Term