Click or drag to resize

TermInclusionMode Enumeration

Used to specify what kinds of terms are included when aggregating terms.

Namespace:  Colygon.MatchPoint.Taxonomy
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[FlagsAttribute]
public enum TermInclusionMode
Members
  Member nameValueDescription
Term1Include terms.
TermSet2Include term sets.
Unavailable4Include terms that have Term.IsAvalableForTagging set to false.
Deprecated8Include terms that have Term.IsDeprecated set to true
Keywords16include terms that are in the keywords term set.
See Also