SocialDataService.GetAllTagUrlsByKeyword method

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

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

Syntax

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

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

Parameters

  • keyword
    Type: System.String

    The keyword used to tag the social URLs.

Return value

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

Exceptions

Exception Condition
ArgumentNullException

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

Remarks

This method retrieves all social tag URLs associated with the specified social tag keyword.

See also

Reference

SocialDataService class

SocialDataService members

WebSvcSocialDataService namespace