TaxonomySession.GetTermsWithCustomProperty Method
Include Protected Members
Include Inherited Members
Gets Term objects with custom properties for the current TaxonomySession object.
Overload List
Name | Description | |
---|---|---|
GetTermsWithCustomProperty(String, Boolean) | Gets Term objects from all TermStore objects that have a property with the provided property name. | |
GetTermsWithCustomProperty(String, Int32, Boolean) | Gets Term objects from all TermStore objects that have a property with the provided property name. | |
GetTermsWithCustomProperty(String, String, Boolean) | Gets Term objects from all TermStore objects that have a property with the provided property name and the provided property value. | |
GetTermsWithCustomProperty(String, String, StringMatchOption, Boolean) | Gets Term objects from all TermStore objects that have a property with the provided property name and the property value matching the provided value in the specified way. | |
GetTermsWithCustomProperty(String, String, StringMatchOption, Int32, Boolean) | Gets Term objects from all TermStore objects that have a property with the provided property name and the property value matching the provided value in the specified way. |
Top