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.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.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