EMLookupTableUploadMapping Class

Alterian Email Manager 6.2.3 SDK Help File
A mapping item to tell the lookup table upload process how to map the incoming file to the new or existing lookup table
Inheritance Hierarchy
SystemObject
  DMLibraryEMLookupTableUploadMapping

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
[SerializableAttribute]
public class EMLookupTableUploadMapping

The EMLookupTableUploadMapping type exposes the following members.

Constructors
NameDescription
Public methodEMLookupTableUploadMapping
Initializes a new instance of the EMLookupTableUploadMapping class
Top
Properties
NameDescription
Public propertyIsImported
Denotes inclusion of the import column in the new or existing table. At least one item in the collection must be marked IsImported=true
Public propertyIsKey
Denotes the key column. Only one item in the colleciton can have IsKey=true
Public propertyName
Column Name
Public propertyTargetColumnId
The column id of the existing lookup table's column where the imported column should be added.
Top
See Also