CreativeImagesDTO Class

Alterian Email Manager 6.2.3 SDK Help File
Represents the creative images DTO item
Inheritance Hierarchy
SystemObject
  DMLibraryCreativeImagesDTO

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

Syntax
[SerializableAttribute]
public class CreativeImagesDTO

The CreativeImagesDTO type exposes the following members.

Constructors
NameDescription
Public methodCreativeImagesDTO
Initializes a new instance of the CreativeImagesDTO class
Top
Properties
NameDescription
Public propertyCreativeId
Id of the creative
Public propertyImagesFolderSizeInKB
Size of the creative's image folder in Kilobytes
Public propertyLargestImagePath
Path of the largest creative's image
Public propertyLargestImageSizeInKB
Size of the largest creative's image
Public propertyLastAlerted
DateTime when the images were last alerted by the monitoring process
Public propertyLastUpdated
DateTime when the images were last updated
Public propertyNumberOfImages
Number of images the creative has
Top
See Also