Click or drag to resize
TermImportConfiguration Class
Used to define terms that are imported by a TermImporterConfiguration.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Taxonomy.TermImportTermImportConfiguration

Namespace: Colygon.MatchPoint.Taxonomy.TermImport
Assembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax
C#
[SerializableAttribute]
public class TermImportConfiguration

The TermImportConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodTermImportConfiguration
Initializes a new instance of the TermImportConfiguration class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldAvailableForTagging
If enabled, the terms are available to be used by end users for tagging.
Public fieldDataSource
Specifies a data source for this term import.
Public fieldId
Contains a GUID that is used to identify this term import.
Public fieldKeepLabelHistory
If enabled, renamed labels are kept as synonyms.
Public fieldKeepSortOrder
If enabled, child terms are sorted according to the order of the data source. Otherwise, they are sorted alphabetically according to their name.
Public fieldKey
Specifies the term key. Use 'DataItem.PropertyName' to access properties from the data source.
Public fieldLabels
Specifies the labels of the terms.
Public fieldMode
Specifies the import mode.
Public fieldName
Specifies the name of this term import.
Public fieldParent
Specifies the parent term set or term underneath which the terms are created. Please note that term sets are only searchable with find on type using the full name of the term set.
Public fieldUseDistinctValues
Specifies whether the default term label has to be unique for this tag import.
Top
Remarks
This is a MatchPoint configuration class.
See Also