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 the average rating for the specified URL and updates the corresponding list item (represented by the URL) with the average rating and rating count.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub PropagateRating ( _
url As Uri _
)
'Usage
Dim instance As SocialRatingManager
Dim url As Uri
instance.PropagateRating(url)
public void PropagateRating(
Uri url
)
Parameters
- url
Type: System.Uri