TermStore.GetTermsWithCustomProperty method

Gets more than one specified Term object with custom properties from the TermStore object.

Overload list

  Name Description
Public method GetTermsWithCustomProperty(String, Boolean) This method retrieves a collection of all Term objects, from all TermSets in this TermStore that the current user has permissions to read, that have a custom property with the provided property name.
Public method GetTermsWithCustomProperty(String, Int32, Boolean) This method retrieves a collection of all Term objects, from all TermSets in this TermStore that the current user has permissions to read, that have a custom property with the provided property name.
Public method GetTermsWithCustomProperty(String, String, Boolean) Gets a collection of all Term objects, from all TermSet objects in this TermStore object that the current user has permissions to read, that have a custom property with the specified property name and the specified property value.
Public method GetTermsWithCustomProperty(String, String, StringMatchOption, Boolean) Gets a collection of all Term objects, from all TermSet objects in this TermStore that the current user has permissions to read, that have a custom property starting with or matching the provided property name and the provided property value.
Public method GetTermsWithCustomProperty(String, String, StringMatchOption, Int32, Boolean) Gets a collection of all of the Term objects, from all T:Microsoft.SharePoint.TaxonomyTermSets in this TermStore that the current user has permissions to read, that have a custom property starting with or matching the provided property name and the provided property value.

Top

See also

Reference

TermStore class

TermStore members

Microsoft.SharePoint.Taxonomy namespace