SocialDataService.CountCommentsOnUrl - Méthode
Obtient le nombre de tous les commentaires sociaux pour l'URL spécifiée.
Espace de noms : WebSvcSocialDataService
Assembly : UserProfileServices (dans UserProfileServices.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/SocialDataService/CountCommentsOnUrl", RequestNamespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService", _
ResponseNamespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function CountCommentsOnUrl ( _
url As String _
) As Integer
'Utilisation
Dim instance As SocialDataService
Dim url As String
Dim returnValue As Integer
returnValue = instance.CountCommentsOnUrl(url)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/SocialDataService/CountCommentsOnUrl", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService",
ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public int CountCommentsOnUrl(
string url
)
Paramètres
url
Type : System.StringL'URL spécifiée pour être prises en compte. Cette valeur doit être au format URI valide et doit contenir des caractères moins de 2085.
Valeur renvoyée
Type : System.Int32
Nombre de tous les commentaires sociaux pour l'URL spécifiée.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | url est null . |
UriFormatException | La valeur de url n'est pas dans un format valide. |
Remarques
Si une erreur se produit ou aucune commentaire social n'est trouvée, cette méthode renvoie la valeur 0.