DMLookupTable Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a complete Lookup table.
Inheritance Hierarchy

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

Syntax
public class DMLookupTable

The DMLookupTable type exposes the following members.

Fields
NameDescription
Public fieldColumns
A collection of DMLookupColumn objects containing all of the columns for this Lookup table.
Public fieldCreated
Date and time this Lookup table was created.
Public fieldID
ID of the Lookup table.
Public fieldModified
Date and time this Lookup table was last modified.
Public fieldName
Name of the Lookup table.
Public fieldRecordCount
An integer with the total number of Lookup records the table contains.
Public fieldShared
Flag indicating whether this Lookup table is shared between creatives.
Top
See Also