DMCreativeCollectionByFilterDTO Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMCreativeDTO and the number of records affected by a filter
Inheritance Hierarchy
SystemObject
  DMLibraryDMCreativeCollectionByFilterDTO

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

Syntax
[SerializableAttribute]
public class DMCreativeCollectionByFilterDTO

The DMCreativeCollectionByFilterDTO type exposes the following members.

Constructors
NameDescription
Public methodDMCreativeCollectionByFilterDTO
Initializes a new instance of the DMCreativeCollectionByFilterDTO class
Top
Properties
NameDescription
Public propertyCreatives
Number of records matching the filter conditions (including pagination)
Public propertyTotalRecords
Number of records matching the filter conditions (excluding pagination)
Top
Remarks
The TotalRecords may not match the number of records in the Creatives collection. The former represents all the records that matches a DMCreativeFilter and the latter are the creatives that are returned by the same filter. When pagination happens, these can differ, as the creatives returned will be the creatives that fill in a page but the TotalRecords will be the total number of records matching the filter
See Also