SocialTagManager.GetTags Method (Uri)
Retrieves an array of SocialTag objects that are owned by the current user and that contain the specified URL.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetTags ( _
url As Uri _
) As SocialTag()
'Usage
Dim instance As SocialTagManager
Dim url As Uri
Dim returnValue As SocialTag()
returnValue = instance.GetTags(url)
public SocialTag[] GetTags(
Uri url
)
Parameters
url
Type: System.UriA Uri object.
Return Value
Type: []