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.
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: []