TermStore.GetTermSets Method
Include Protected Members
Include Inherited Members
Gets more than one specified TermSet object from the TermStore object.
Overload List
Name | Description | |
---|---|---|
GetTermSets([]) | Gets a collection of all TermSet objects in this TaxonomyTermStore object that the current user has permissions to read that contain terms with labels matching or starting with each of the specified strings. | |
GetTermSets(String, Int32) | This method retrieves a collection of all TermSets in this TermStore that the current user has permissions to read that have a matching TermSet name in the provided LCID | |
GetTermSets([], Int32) | This method retrieves a collection of all TermSets in this TermStore that the current user has permissions to read that contain terms with labels matching or starting with each of the specified strings for a specified LCID. |
Top