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.
Contains classes that create and manipulate pieces of social data. Some of the most commonly used types in this namespace are, SocialCommentManager, SocialRatingManager, and SocialTagManager.
Classes
Class | Description | |
---|---|---|
![]() |
DeletedSocialComment | Represents a social comment whose information has been deleted from the database. |
![]() |
DeletedSocialData | Abstract base class representing a piece of social data whose information has been deleted from the database. |
![]() |
DeletedSocialRating | Represents a social rating whose information has been deleted from the database. |
![]() |
DeletedSocialTag | Represents a social tag whose information has been deleted from the database. |
![]() |
FeedbackData | Contains a set of properties that are logged as analysis data whenever a SocialRating is set. |
![]() |
PluggableSocialSecurityTrimmerManager | Instantiates registered security trimmers for social data. |
![]() |
SearchSocialSecurityTrimmer | Contains methods for security trimming lists that contain social data. |
![]() |
SocialComment | Contains properties that represent a social comment. |
![]() |
SocialCommentManager | Contains methods and properties that allow you to add, delete, retrieve, and manage social comments. |
![]() |
SocialData | Represents an abstract class that contains properties comprising a piece of social data. |
![]() |
SocialDataManager | Represents an abstract base class that contains methods and properties that enable you to add, delete, retrieve, and manage social data. |
![]() |
SocialRating | Contains properties representing a social rating, which is a specific piece of social data that ranks an entity on a scale of 0-5. |
![]() |
SocialRatingAverage | Represents the average rating for a specific URL. |
![]() |
SocialRatingManager | Contains methods and properties used to manipulate social rating data. |
![]() |
SocialTag | Represents a social tag, consisting of a URI and a term from the taxonomy term store. |
![]() |
SocialTagManager | Contains methods and properties used to manipulate social tag data. |
![]() |
SocialTerm | Represents a term that has been made available for social tagging. |
![]() |
SocialUrl | Represents a URL that has been tagged at least one time with a SocialTag. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
ISocialSecurityTrimmer | Defines methods for security trimming lists that contain social data. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
SocialItemPrivacy | An enumeration of values that specify the possible privacy levels of social tags. |