Click or drag to resize

TermExtensions Class

Provides extension methods for use of taxonomy-related functionality within the expression engine or from the API.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.TaxonomyTermExtensions

Namespace:  Colygon.MatchPoint.Taxonomy
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static class TermExtensions

The TermExtensions type exposes the following members.

Methods
Remarks
Extension methods are provided for the following SharePoint types:
  • #APIChange Mar-2012: removed public static string ToHtml(this TermChoiceItem termChoiceItem), use Term.ToHtml() instead
  • #APIChange Mar-2012: removed public static string ToHtml(this IEnumerable <TermChoiceItem> termChoiceItems), use Select("t", "t.Term.ToHtml()").Join("") instead
  • #APIChange Mar-2011: removed public static IEnumerable<Term> Filter(this IEnumerable <Term> terms, params string[] path)
Remarks
This class provides expression extensions.
See Also