TermInclusionMode Enumeration |
Used to specify what kinds of terms are included when aggregating terms.
Namespace: Colygon.MatchPoint.TaxonomyAssembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax [FlagsAttribute]
public enum TermInclusionMode
Members
| Member name | Value | Description |
---|
| Term | 1 | Include terms. |
| TermSet | 2 | Include term sets. |
| Unavailable | 4 | Include terms that have Term.IsAvalableForTagging set to false. |
| Deprecated | 8 | Include terms that have Term.IsDeprecated set to true |
| Keywords | 16 | include terms that are in the keywords term set. |
See Also