Share via


SocialTagManager.GetUrls method (Term, UserProfile)

Retrieves an array of all URLs that are owned by the specified user and associated with a specified taxonomy term by a SocialTag object.

Namespace:  Microsoft.Office.Server.SocialData
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function GetUrls ( _
    term As Term, _
    user As UserProfile _
) As Uri()
'Usage
Dim instance As SocialTagManager
Dim term As Term
Dim user As UserProfile
Dim returnValue As Uri()

returnValue = instance.GetUrls(term, user)
public Uri[] GetUrls(
    Term term,
    UserProfile user
)

Parameters

Return value

Type: []

See also

Reference

SocialTagManager class

SocialTagManager members

GetUrls overload

Microsoft.Office.Server.SocialData namespace