Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
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