SocialDataService.GetTagUrls Method
Retrieves all social URLs that have been tagged by the current user with the specified social tag term.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
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.GuidThe 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.