DMRCreativeCategory Class

Alterian Email Manager 6.2.3 SDK Help File
A light-weight class for representing a category and all of the creatives associated with it. Used with the reporting web service.
Inheritance Hierarchy
SystemObject
  DMLibraryDMRCreativeCategory

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

Syntax
public class DMRCreativeCategory

The DMRCreativeCategory type exposes the following members.

Fields
NameDescription
Public fieldCreatives
A collection of DMRCreative object representing all child creatives of this category.
Public fieldID
ID of the creative category.
Public fieldName
Name of the creative category.
Top
See Also