SocialTagManager members

Contains methods and properties used to manipulate social tag data.

The SocialTagManager type exposes the following members.

Constructors

  Name Description
Public method SocialTagManager() Initializes a new instance of the SocialTagManager class.
Public method SocialTagManager(SPServiceContext) Initializes a new instance of the SocialTagManager class using the specified service context.

Top

Properties

  Name Description
Public property IsSocialAdmin (Inherited from SocialDataManager.)
Public property TaxonomySession Gets the TaxonomySession associated with this SocialTagManager object.

Top

Methods

  Name Description
Public method AddTag(Uri, Term) Creates a SocialTag object with the specified Uri and Term.
Public method AddTag(Uri, Term, String) Creates a SocialTag object with the specified Uri, Term, and String.
Public method AddTag(Uri, Term, String, Boolean) Creates a SocialTag with the specified Uri, Term, String and Boolean.
Public method DeleteTag Deletes a social tag for the specified Uri and Term.
Public method DeleteTags() Deletes all social tags.
Public method DeleteTags(Uri) Deletes all social tags on a specified URL.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAllTerms() Retrieves an array of all SocialTerm objects in the term store.
Public method GetAllTerms(Int32) Retrieves an array of SocialTerm objects in the term store.
Public method GetAllTerms(Uri, Int32) Retrieves an array of SocialTerm objects in the term store.
Public method GetAllUrls Retrieves an array of SocialUrl objects that have been tagged with the specified term.
Protected method GetBulkUserProfiles(List<Int64>) Retrieves a list of user profiles corresponding to the specified list of user record IDs. (Inherited from SocialDataManager.)
Protected method GetBulkUserProfiles(List<Int64>, Boolean) Retrieves a list of user profiles corresponding to the specified list of user record IDs. (Inherited from SocialDataManager.)
Public method GetCount Gets a count of all SocialTag objects owned by the specified user.
Public method GetHashCode (Inherited from Object.)
Public method GetTags(Uri) Retrieves an array of SocialTag objects that are owned by the current user and that contain the specified URL.
Public method GetTags(UserProfile) Retrieves an array of SocialTag objects owned by the specified user.
Public method GetTags(UserProfile, Int32) Retrieves an array of SocialTag objects owned by the specified user.
Public method GetTags(UserProfile, Int32, Int32) Retrieves an array of SocialTag objects owned by the specified user.
Public method GetTerms() Retrieves an array of all SocialTerm objects owned by the current user.
Public method GetTerms(Int32) Retrieves an array of SocialTerm objects owned by the current user.
Public method GetTerms(Uri) Retrieves an array of all SocialTerm objects that have been associated with the specified URL by a SocialTag.
Public method GetTerms(UserProfile) Retrieves an array of all SocialTerm objects owned by the specified user.
Public method GetTerms(Uri, Int32) Retrieves an array of SocialTerm objects that have been associated with the specified URL by a SocialTag.
Public method GetTerms(UserProfile, Int32) Retrieves an array of SocialTerm objects owned by the specified user.
Public method GetTerms(Uri, Int32, SocialItemPrivacy) Retrieves an array of SocialTerm objects in the term store with the specified SocialItemPrivacy.
Public method GetTerms(UserProfile, Int32, SocialItemPrivacy) Retrieves an array of SocialTerm objects owned by the specified user.
Public method GetType (Inherited from Object.)
Public method GetUrls(Term) Retrieves an array of all URLs that are associated with a specified taxonomy term by a SocialTag object.
Public method 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.
Protected method GetUserProfile Retrieves a user profile corresponding to the specified user record ID. (Inherited from SocialDataManager.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SocialTagManager class

Microsoft.Office.Server.SocialData namespace