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