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 Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMRCreativeCategory
Public Class DMRCreativeCategory
public ref class DMRCreativeCategory
type DMRCreativeCategory = class end
DMLibrary.DMRCreativeCategory = function();
Type.createClass(
'DMLibrary.DMRCreativeCategory');
The DMRCreativeCategory type exposes the following members.
Fields | Name | Description |
---|
 | Creatives | A collection of DMRCreative object representing all child creatives of this category. |
 | ID | ID of the creative category. |
 | Name | Name of the creative category. |
Top
See Also