TermSet.GetTermsWithCustomProperty method
Gets more than one Term object with custom properties for the current TermSet object.
Overload list
Name | Description | |
---|---|---|
GetTermsWithCustomProperty(String, Boolean) | Gets a collection of Term objects with a property that has the provided property name. | |
GetTermsWithCustomProperty(String, Int32, Boolean) | Gets a collection of Term objects with a property with the provided property name. | |
GetTermsWithCustomProperty(String, String, Boolean) | Gets a collection of Term objects with a custom property with the provided property name and the provided property value. | |
GetTermsWithCustomProperty(String, String, StringMatchOption, Boolean) | Gets a collection of Term objects with a custom property starting with or matching the provided property name and the provided property value. | |
GetTermsWithCustomProperty(String, String, StringMatchOption, Int32, Boolean) | Gets a collection of Term objects with a custom property starting with or matching the provided property name and the provided property value. |
Top