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 tag URLs that have been tagged with the specified social tag keyword.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
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.StringThe 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.