SocialDataService.PropagateRating - Méthode
Calcule la moyenne pour l'élément de liste à l'URL spécifiée et met à jour de l'élément de liste correspondant à la moyenne de note et notation nombre.
Espace de noms : WebSvcSocialDataService
Assembly : UserProfileServices (dans UserProfileServices.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/SocialDataService/PropagateRating", RequestNamespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService", _
ResponseNamespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub PropagateRating ( _
url As String _
)
'Utilisation
Dim instance As SocialDataService
Dim url As String
instance.PropagateRating(url)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/SocialDataService/PropagateRating", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService",
ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void PropagateRating(
string url
)
Paramètres
url
Type : System.StringURL de l'élément de liste à mettre à jour.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | url est null |
UriFormatException | url n'est pas un format valide. |
Remarques
L'opération de mise à jour est ignorée si l'élément a été supprimé ou l'élément de liste est à partir d'une autre batterie de serveurs.