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 Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntax[SerializableAttribute]
public class DMCreativeCollectionByFilterDTO
<SerializableAttribute>
Public Class DMCreativeCollectionByFilterDTO
[SerializableAttribute]
public ref class DMCreativeCollectionByFilterDTO
[<SerializableAttribute>]
type DMCreativeCollectionByFilterDTO = class end
DMLibrary.DMCreativeCollectionByFilterDTO = function();
Type.createClass(
'DMLibrary.DMCreativeCollectionByFilterDTO');
The DMCreativeCollectionByFilterDTO type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Creatives |
Number of records matching the filter conditions (including pagination)
|
 | TotalRecords |
Number of records matching the filter conditions (excluding pagination)
|
Top
RemarksThe 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