SocialDataService.GetTagUrlsByKeyword method

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

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

Syntax

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

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

Parameters

  • keyword
    Type: System.String

    The social tag keyword associated with the social URLs.

Return value

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

Exceptions

Exception Condition
ArgumentNullException

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

Remarks

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

See also

Reference

SocialDataService class

SocialDataService members

WebSvcSocialDataService namespace