SocialDataService.GetAllTagUrls method

Retrieves the social tag URLs that have been tagged with the specified social tag term.

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

Syntax

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

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

Parameters

  • termID
    Type: System.Guid

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

Return value

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

Exceptions

Exception Condition
ArgumentNullException

No social tag term exists for termID or the social tag terms are not available for tagging.

See also

Reference

SocialDataService class

SocialDataService members

WebSvcSocialDataService namespace