Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Gets more than one specified Term object from the TermStore object.
Overload List
Name | Description | |
---|---|---|
![]() |
GetTerms([]) | Gets a collection of Term objects based on the ID of the Term. |
![]() |
GetTerms(String, Boolean) | Returns a collection of all Term objects from all TermSet objects in this TermStore that the current user has permissions to read with a Label object that matches the string provided in any LCID. |
![]() |
GetTerms(String, Int32, Boolean) | Returns a collection of all Term objects from all TermSet objects in this TermStore that the current user has permissions to read with a label in the provided LCID matching the string provided. |
![]() |
GetTerms(String, Boolean, StringMatchOption, Int32, Boolean) | Gets a collection of all Term objects from all TermSet objects in this TermStore that the current user has permissions to read with a Label object that matches the string provided in any LCID, with an option to only search default labels. |
![]() |
GetTerms(String, Int32, Boolean, StringMatchOption, Int32, Boolean, Boolean, Boolean) | Gets a collection of all Term objects from all TermSet objects in this TermStore object that the current user has permissions to read with a Label matching the string provided in any LCID, with an option to only search default labels, and options to trim certain terms. |
Top