DMList Class

Alterian Email Manager 6.2.3 SDK Help File
Describes all the properties of a list.
Inheritance Hierarchy

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

Syntax
public class DMList

The DMList type exposes the following members.

Fields
NameDescription
Public fieldAllowOptin
Public fieldAllowOptout
Public fieldCategoryID
The ID of the list category that this list belongs to.
Public fieldCreated
Date and time this list was created.
Public fieldDeployAccess
Flag indicating whether this list can be deployed to or not.
Public fieldDescription
A description of the list.
Public fieldEditPropertiesAccess
Flag indicating whether there is access to edit the properties of this list.
Public fieldEditRecordsAccess
Flag indicating whether there is access to edit the records of this list.
Public fieldID
List ID.
Public fieldIsDefault
Public fieldListCriteria
Public fieldListType
The type of the list (ie Recipient or Suppression).
Public fieldModified
Date and time this list was last modified.
Public fieldName
The name of the list.
Public fieldOptinEventID
The ID of the event to optIn.
Public fieldOptoutEventID
ID of the event to optOut.
Public fieldPrimaryKey
The index of the primary key column.
Public fieldRecordCount
The number of records in this list.
Top
See Also