EMLookupTable Class

Alterian Email Manager 6.2.3 SDK Help File
Inheritance Hierarchy

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

Syntax
public class EMLookupTable : DMLookupTable

The EMLookupTable type exposes the following members.

Constructors
NameDescription
Public methodEMLookupTable
Initializes a new instance of the EMLookupTable class
Top
Properties
NameDescription
Public propertyKeyName
The name of the key column.
Public propertyUsedBy
Gets and sets list of EMDocument that references this lookup table
Top
Methods
NameDescription
Public methodStatic memberConvertDMLookupToEMLookup
Public methodStatic memberGetCampaignLookupTables
Gets list of lookup tables for a campaign
Public methodStatic memberGetLookupTableRecords
Get lookup table records for a range of lookup table rows
Public methodStatic memberGetLookupTablesById
Gets meta data for a lookup table
Public methodStatic memberGetSharedLookupTables
Gets list of shared lookup tables
Top
Fields
NameDescription
Public fieldColumns
A collection of DMLookupColumn objects containing all of the columns for this Lookup table.
(Inherited from DMLookupTable.)
Public fieldCreated
Date and time this Lookup table was created.
(Inherited from DMLookupTable.)
Public fieldDescription
Description of the Lookup table.
Public fieldID
ID of the Lookup table.
(Inherited from DMLookupTable.)
Public fieldLookupRecords
The records of the table.
Public fieldModified
Date and time this Lookup table was last modified.
(Inherited from DMLookupTable.)
Public fieldName
Name of the Lookup table.
(Inherited from DMLookupTable.)
Public fieldNumberOfColumns
Public fieldRecordCount
An integer with the total number of Lookup records the table contains.
(Inherited from DMLookupTable.)
Public fieldShared
Flag indicating whether this Lookup table is shared between creatives.
(Inherited from DMLookupTable.)
Top
See Also