The ITermList interface contains properties and methods that are used to work with the terms collection.
Property name | Brief description | |
Count | The Count property returns the number of terms in the collection. | |
Item | The Item property returns properties of the specified term. |
Method name | Brief description | |
CreateCustom | The CreateCustom method creates a custom term. | |
CreateLiteral | The CreateLiteral method creates a literal term. | |
IndexOf | The IndexOf method returns index of the term in the collection. |
See also: