SocialCommentManager.GetComments method

Overload list

  Name Description
Public method GetComments(Uri) Retrieves all of the social comments created for the specified URL.
Public method GetComments(UserProfile) Retrieves all of the social comments created by the specified user.
Public method GetComments(Uri, Int32) Retrieves all of the social comments created for the specified URL, up to the specified maximum number.
Public method GetComments(UserProfile, Int32) Retrieves social comments created by the specified user, up to the specified maximum number to retrieve.
Public method GetComments(UserProfile, Uri) Retrieves all of the social comments created by the specified user for the specified URL.
Public method 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.
Public method 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.
Public method 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

See also

Reference

SocialCommentManager class

SocialCommentManager members

Microsoft.Office.Server.SocialData namespace