SocialDataService.GetTagUrls method

Retrieves all social URLs that have been tagged by the current user with the specified social tag term.

Namespace:  WebSvcSocialDataService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/SocialDataService/GetTagUrls", RequestNamespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService",  _
    ResponseNamespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetTagUrls ( _
    termID As Guid _
) As String()
'Usage
Dim instance As SocialDataService
Dim termID As Guid
Dim returnValue As String()

returnValue = instance.GetTagUrls(termID)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/SocialDataService/GetTagUrls", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService", 
    ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string[] GetTagUrls(
    Guid termID
)

Parameters

  • termID
    Type: System.Guid

    The ID of the social term used to tag the social URLs.

Return value

Type: []
An array that contains all social URLs that have been tagged by the current user with the specified social tag term.

Exceptions

Exception Condition
ArgumentNullException

A social URL cannot be found for the specified social tag term.

Remarks

This method returns up to 400 URLs tagged by the current user with the specified social term.

See also

Reference

SocialDataService class

SocialDataService members

WebSvcSocialDataService namespace