TermImportConfiguration Class |
Namespace: Colygon.MatchPoint.Taxonomy.TermImport
[SerializableAttribute] public class TermImportConfiguration
The TermImportConfiguration type exposes the following members.
Name | Description | |
---|---|---|
TermImportConfiguration | Initializes a new instance of the TermImportConfiguration class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
AvailableForTagging | If enabled, the terms are available to be used by end users for tagging. | |
DataSource | Specifies a data source for this term import. | |
Id | Contains a GUID that is used to identify this term import. | |
KeepLabelHistory | If enabled, renamed labels are kept as synonyms. | |
KeepSortOrder | If enabled, child terms are sorted according to the order of the data source. Otherwise, they are sorted alphabetically according to their name. | |
Key | Specifies the term key. Use 'DataItem.PropertyName' to access properties from the data source. | |
Labels | Specifies the labels of the terms. | |
Mode | Specifies the import mode. | |
Name | Specifies the name of this term import. | |
Parent | 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. | |
UseDistinctValues | Specifies whether the default term label has to be unique for this tag import. |