TermStore.GetTermsWithCustomProperty Method
Include Protected Members
Include Inherited Members
Gets more than one specified Term object with custom properties from the TermStore object.
Overload List
Name | Description | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
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