Term.GetTerms method
Overload list
Name | Description | |
---|---|---|
GetTerms(Int32) | Gets a paged collection containing the child Term objects of this TermSetItem object (Inherited from TermSetItem.) | |
GetTerms(String, Int32, Boolean, StringMatchOption, Int32, Boolean) | Returns all Term instances that are descendants of the current Term with a label in the provided lcid matching the string provided. It only checks default Labels if defaultLabelOnly is provided to be true. |
Top