SocialCommentManager Members
Include Protected Members
Include Inherited Members
Contains methods and properties that allow you to add, delete, retrieve, and manage social comments.
The SocialCommentManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialCommentManager() | ||
SocialCommentManager(SPServiceContext) | Instantiates a SocialCommentManager from the specified ServerContext. |
Top
Properties
Name | Description | |
---|---|---|
IsSocialAdmin | (Inherited from SocialDataManager.) |
Top
Methods
Name | Description | |
---|---|---|
AddComment(Uri, String) | Adds the specified comment to the specified URL. | |
AddComment(Uri, String, Boolean) | Adds the specified comment to the specified URL and assigns the comment the specified priority. | |
AddComment(Uri, String, Boolean, String) | Adds the specified comment to the specified URL and gives the comment the specified priority and title. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
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.) | |
GetComments(Uri) | Retrieves all of the social comments created for the specified URL. | |
GetComments(UserProfile) | Retrieves all of the social comments created by the specified user. | |
GetComments(Uri, Int32) | Retrieves all of the social comments created for the specified URL, up to the specified maximum number. | |
GetComments(UserProfile, Int32) | Retrieves social comments created by the specified user, up to the specified maximum number to retrieve. | |
GetComments(UserProfile, Uri) | Retrieves all of the social comments created by the specified user for the specified URL. | |
GetComments(Uri, Int32, Int32) | Retrieves all of the social comments created for the specified URL, up to the specified maximum number and starting at the specified zero-based index. | |
GetComments(UserProfile, Int32, Int32) | Retrieves social comments created by the specified user, up to the specified maximum number to retrieve, and starting at the specified zero-based index. | |
GetComments(Uri, Int32, Int32, DateTime) | Retrieves all of the social comments created for the specified URL and last modified after the specified time, up to the specified maximum number and starting at the specified zero-based index. | |
GetCount(Uri) | Gets a count of all social comments created for the specified URL. | |
GetCount(UserProfile) | Gets a count of all social comments created by the specified user. | |
GetCount(UserProfile, Uri) | Gets a count of all social comments created by the specified user for the specified URL. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetUserProfile | Retrieves a user profile corresponding to the specified user record ID. (Inherited from SocialDataManager.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top