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 all URLs that are 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 _
) As Uri()
'Usage
Dim instance As SocialTagManager
Dim term As Term
Dim returnValue As Uri()
returnValue = instance.GetUrls(term)
public Uri[] GetUrls(
Term term
)
Parameters
- term
Type: Microsoft.SharePoint.Taxonomy.Term
Return Value
Type: []