TaxonomySession.GetTermSets Method
Include Protected Members
Include Inherited Members
Gets TermSet objects for the current TaxonomySession object.
Overload List
Name | Description | |
---|---|---|
GetTermSets([]) | Gets all TermSet objects from all TermStore objects that contain Term objectswith matching Label objects for all specified strings. | |
GetTermSets(String, Int32) | Gets all TermSet objects from all TermStore objects that have a name inthe specified language | |
GetTermSets([], Int32) | Gets all of the TermSet objects from all of the TermStore objects that contain Term objects with matching LCID specific labelsfor all specified strings. |
Top