EMList Class

Alterian Email Manager 6.2.3 SDK Help File
This class represents a list in Email Manager and adds parameters for the full folder path and the name of the Key to the existing DMList class.
Inheritance Hierarchy

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

Syntax
public class EMList : DMList

The EMList type exposes the following members.

Constructors
NameDescription
Public methodEMList
Initializes a new instance of the EMList class
Public methodEMList(DMList, String, String)
Initializes a new instance of the EMList class
Top
Properties
NameDescription
Public propertyFolderPath
The entire list category path where the list is located.
Public propertyKeyName
The name of the Key field for this list.
Top
Fields
NameDescription
Public fieldAllowOptin
(Inherited from DMList.)
Public fieldAllowOptout
(Inherited from DMList.)
Public fieldCategoryID
The ID of the list category that this list belongs to.
(Inherited from DMList.)
Public fieldCreated
Date and time this list was created.
(Inherited from DMList.)
Public fieldDeployAccess
Flag indicating whether this list can be deployed to or not.
(Inherited from DMList.)
Public fieldDescription
A description of the list.
(Inherited from DMList.)
Public fieldEditPropertiesAccess
Flag indicating whether there is access to edit the properties of this list.
(Inherited from DMList.)
Public fieldEditRecordsAccess
Flag indicating whether there is access to edit the records of this list.
(Inherited from DMList.)
Public fieldID
List ID.
(Inherited from DMList.)
Public fieldIsDefault
(Inherited from DMList.)
Public fieldListCriteria
(Inherited from DMList.)
Public fieldListType
The type of the list (ie Recipient or Suppression).
(Inherited from DMList.)
Public fieldModified
Date and time this list was last modified.
(Inherited from DMList.)
Public fieldName
The name of the list.
(Inherited from DMList.)
Public fieldOptinEventID
The ID of the event to optIn.
(Inherited from DMList.)
Public fieldOptoutEventID
ID of the event to optOut.
(Inherited from DMList.)
Public fieldPrimaryKey
The index of the primary key column.
(Inherited from DMList.)
Public fieldRecordCount
The number of records in this list.
(Inherited from DMList.)
Top
See Also