SocialTagManager Members
Include Protected Members
Include Inherited Members
Contains methods and properties used to manipulate social tag data.
The SocialTagManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialTagManager() | Initializes a new instance of the SocialTagManager class. | |
SocialTagManager(SPServiceContext) | Initializes a new instance of the SocialTagManager class using the specified service context. |
Top
Properties
Name | Description | |
---|---|---|
IsSocialAdmin | (Inherited from SocialDataManager.) | |
TaxonomySession | Gets the TaxonomySession associated with this SocialTagManager object. |
Top
Methods
Name | Description | |
---|---|---|
AddTag(Uri, Term) | Creates a SocialTag object with the specified Uri and Term. | |
AddTag(Uri, Term, String) | Creates a SocialTag object with the specified Uri, Term, and String. | |
AddTag(Uri, Term, String, Boolean) | Creates a SocialTag with the specified Uri, Term, String and Boolean. | |
DeleteTag | Deletes a social tag for the specified Uri and Term. | |
DeleteTags() | Deletes all social tags. | |
DeleteTags(Uri) | Deletes all social tags on a specified URL. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAllTerms() | Retrieves an array of all SocialTerm objects in the term store. | |
GetAllTerms(Int32) | Retrieves an array of SocialTerm objects in the term store. | |
GetAllTerms(Uri, Int32) | Retrieves an array of SocialTerm objects in the term store. | |
GetAllUrls | Retrieves an array of SocialUrl objects that have been tagged with the specified term. | |
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 | Gets a count of all SocialTag objects owned by the specified user. | |
GetHashCode | (Inherited from Object.) | |
GetTags(Uri) | Retrieves an array of SocialTag objects that are owned by the current user and that contain the specified URL. | |
GetTags(UserProfile) | Retrieves an array of SocialTag objects owned by the specified user. | |
GetTags(UserProfile, Int32) | Retrieves an array of SocialTag objects owned by the specified user. | |
GetTags(UserProfile, Int32, Int32) | Retrieves an array of SocialTag objects owned by the specified user. | |
GetTerms() | Retrieves an array of all SocialTerm objects owned by the current user. | |
GetTerms(Int32) | Retrieves an array of SocialTerm objects owned by the current user. | |
GetTerms(Uri) | Retrieves an array of all SocialTerm objects that have been associated with the specified URL by a SocialTag. | |
GetTerms(UserProfile) | Retrieves an array of all SocialTerm objects owned by the specified user. | |
GetTerms(Uri, Int32) | Retrieves an array of SocialTerm objects that have been associated with the specified URL by a SocialTag. | |
GetTerms(UserProfile, Int32) | Retrieves an array of SocialTerm objects owned by the specified user. | |
GetTerms(Uri, Int32, SocialItemPrivacy) | Retrieves an array of SocialTerm objects in the term store with the specified SocialItemPrivacy. | |
GetTerms(UserProfile, Int32, SocialItemPrivacy) | Retrieves an array of SocialTerm objects owned by the specified user. | |
GetType | (Inherited from Object.) | |
GetUrls(Term) | Retrieves an array of all URLs that are associated with a specified taxonomy term by a SocialTag object. | |
GetUrls(Term, UserProfile) | Retrieves an array of all URLs that are owned by the specified user and associated with a specified taxonomy term by a SocialTag 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