SocialRatingManager.SetRating method
Overload list
Name | Description | |
---|---|---|
SetRating(Uri, Int32) | Creates a rating with the specified value, on a scale of 0-5, for the specified URL. | |
SetRating(Uri, Int32, FeedbackData) | Creates a rating with the specified value, on a scale of 0-5, for the specified URL. | |
SetRating(Uri, Int32, String) | Creates a rating with the specified value, on a scale of 0-5, for the specified URL. | |
SetRating(Uri, Int32, String, FeedbackData) | Creates a rating with the specified value, on a scale of 0-5, for the specified URL. |
Top