SocialCommentManager.GetComments Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
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. |
Top