EMLookupTables Class

Alterian Email Manager 6.2.3 SDK Help File
Inheritance Hierarchy
SystemObject
  DMLibraryEMLookupTables

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

Syntax
public class EMLookupTables

The EMLookupTables type exposes the following members.

Constructors
NameDescription
Public methodEMLookupTables
Initializes a new instance of the EMLookupTables class
Top
Methods
NameDescription
Public methodStatic memberAddLookupTableAddColumnsSaveItem
Adds a lookup table save request step that will add columns to the table.
Public methodStatic memberAddLookupTableAddRecordsSaveItem
Add a lookup table save request step that will add records to the table.
Public methodStatic memberAddLookupTableClearSaveItem
Add a lookup table save request step that will clear the table.
Public methodStatic memberAddLookupTableDeleteColumnsSaveItem
Add a lookup table save request step that will delete columns from the table.
Public methodStatic memberAddLookupTableDeleteRecordsSaveItem
Add a lookup table save request step that will delete records (rows) from the table.
Public methodStatic memberAddLookupTableToCampaign
Associates an existing lookup table with an existing campaign
Public methodStatic memberAddLookupTableUpdateColumnsSaveItem
Add a lookup table save request step that will update columns in the table.
Public methodStatic memberAddLookupTableUpdateMetadataSaveItem
Add a lookup table save request step that will update the metadata of the table.
Public methodStatic memberAddLookupTableUploadChunk
Add a binary file chunk to an existing lookup table upload save context.
Public methodStatic memberBeginEditLookupTableSave
Begin a new lookup table save where the table already exists.
Public methodStatic memberBeginLookupTableExcelUpload
Begins a lookup table upload from a Microsoft Excel spreadsheet.
Public methodStatic memberBeginLookupTableUpload
Start a chunked lookup table file upload
Public methodStatic memberBeginNewLookupTableSave
Begin a new lookup table save where the table needs to be created.
Public methodStatic memberCancelLookupTableSave
Cleans up database resources used by a pending lookup table save that are no longer needed.
Public methodStatic memberCleanupLookupTableUpload
Clean up database resources used by the LUT upload process.
Public methodStatic memberCommitLookupTableExcelUpload
Commits an excel lookup table upload; Loads the data into the database.
Public methodStatic memberCommitLookupTableSave
Finalize and execute a lookup table save request set.
Public methodStatic memberCommitLookupTableUpload(DMToken, Int32)
Complete the upload in import of a lookup table file that has been uploaded in chunks.
Public methodStatic memberCommitLookupTableUpload(DMToken, Int32, Int32, String, Boolean, ListEMLookupTableUploadMapping, Boolean, String, String, String, Boolean, Byte, Encoding)
Uploads an entire lookuptable from a byte array
Public methodStatic memberDeleteLookupTable
Public methodStatic memberGetLookupTableColumns(DMToken, Int32)
Gets the collection of lookup table columns from the db.
Public methodStatic memberGetLookupTableColumns(SqlConnection, SqlTransaction, Int32)
Gets the collection of lookup table columns from the db.
Public methodStatic memberGetLookupTableExcelSample
Retrieves a 20 row sample from each sheet in an excel spreadsheet that was uploaded in chunks.
Public methodStatic memberUpdateLookupTableStatus
Update the status of a lookup table save request.
Top
See Also