TermSet.GetTerms Method
Include Protected Members
Include Inherited Members
Gets more than one Term object.the current TermSet object.
Overload List
Name | Description | |
---|---|---|
GetTerms(Int32) | Gets a paged collection containing the child Term objects of this TermSetItem object (Inherited from TermSetItem.) | |
GetTerms(String, Boolean) | Gets a collection of all Term objects from the current TermSet that have a Label object that matches the string provided in any LCID. | |
GetTerms(String, Int32, Boolean) | Gets a collection of all Term objects from the current TermSet object with a Label in the specified LCID matching the string provided. | |
GetTerms(String, Boolean, StringMatchOption, Int32, Boolean) | Gets a collection of all Term objects from the current TermSet object with a Label matchingthe string provided in any LCID, with an option to only search default labels. | |
GetTerms(String, Int32, Boolean, StringMatchOption, Int32, Boolean) | Gets a collection of all Term objects from the current TermSet with a Label in the provided LCID matching the string provided, with an option to only search default labels. |
Top