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.
Include Protected Members
Include Inherited Members
Contains methods and properties used to manipulate social rating data.
The SocialRatingManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SocialRatingManager() | |
![]() |
SocialRatingManager(SPServiceContext) | Constructs a SocialRatingManager object from a specified SPServiceContext object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
IsSocialAdmin | (Inherited from SocialDataManager.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DeleteRating(Uri) | Deletes a rating submitted by the current user for the specified URL. |
![]() |
DeleteRating(UserProfile) | Deletes all ratings submitted by a specified user. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetAverage | Retrieves the average rating, on a scale of 0-5, for the specified URL. |
![]() |
GetBulkUserProfiles(List<Int64>) | Retrieves a list of user profiles corresponding to the specified list of user record IDs. (Inherited from SocialDataManager.) |
![]() |
GetBulkUserProfiles(List<Int64>, Boolean) | Retrieves a list of user profiles corresponding to the specified list of user record IDs. (Inherited from SocialDataManager.) |
![]() |
GetCount | Retrieves the total number of ratings submitted for the specified URL. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetRating(Uri) | Retrieves the rating submitted by the current user for the specified URL. |
![]() |
GetRating(UserProfile, Uri) | Retrieves the rating submitted by the specified user for the specified URL. |
![]() |
GetRatings(Uri) | Retrieves all of the ratings for the specified URL. |
![]() |
GetRatings(UserProfile) | Retrieves all of the ratings submitted by the specified user. |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetUserProfile | Retrieves a user profile corresponding to the specified user record ID. (Inherited from SocialDataManager.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
PropagateRating | 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. |
![]() |
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. |
![]() |
ToString | (Inherited from Object.) |
Top