Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves all social URLs that have been tagged by the current user with the specified keyword.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
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.StringThe 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.