DMCreativeFilter Class

Alterian Email Manager 6.2.3 SDK Help File
Entity class to filter creatives
Inheritance Hierarchy
SystemObject
  DMLibraryDMCreativeFilter

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

Syntax
public class DMCreativeFilter

The DMCreativeFilter type exposes the following members.

Constructors
NameDescription
Public methodDMCreativeFilter
Initializes a new instance of the DMCreativeFilter class
Top
Properties
NameDescription
Public propertyCategoryId
Name of the category
Public propertyCreatedByUserId
Id of the user that created the creative
Public propertyCreativeName
Name of the creative
Public propertyEnd
Ending row number of the data to return from the filter
Public propertyModifiedUtcEndDate
Last modified end date in UTC format
Public propertyModifiedUtcStartDate
Last modified start date in UTC format
Public propertySortColumn
DMCreativeFilterSortColumn to sort the results on
Public propertySortOrder
True if sorting the data using the SortColumn in Ascending mode. False is sorting the data in Descending Mode
Public propertyStart
Starting row number of the data to return from the filter
Top
See Also