TermStore.GetTermSetsWithCustomProperty method
Overload list
Name | Description | |
---|---|---|
GetTermSetsWithCustomProperty(String) | Searches TermSet objects that have a custom property with the provided name in a TermStore. | |
GetTermSetsWithCustomProperty(String, String) | Searches TermSet objects that have a custom property with the provided name and the provided value in a TermStore. | |
GetTermSetsWithCustomProperty(String, String, StringMatchOption) | Searches TermSet objects that have a custom property with the provided name and the provided value in a TermStore. | |
GetTermSetsWithCustomProperty(String, String, StringMatchOption, Int32) | Searches TermSet objects that have a custom property with the provided name and the provided value in a TermStore. |
Top