DMListEventCriteria Class

Alterian Email Manager 6.2.3 SDK Help File
Represents the event criteria by which to query a list.
Inheritance Hierarchy
SystemObject
  DMLibraryDMListEventCriteria

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

Syntax
[SerializableAttribute]
public class DMListEventCriteria

The DMListEventCriteria type exposes the following members.

Fields
NameDescription
Public fieldCreatives
An IntCollection of CreativeIDs to include in the query.
Public fieldDateRanges
A collection of Date/time ranges to include in the query.
Public fieldEvents
A collection of Event criteria to include in the query.
Public fieldUsers
An IntCollection of UserIDs to include in the query.
Top
See Also