EMThumbnailRequest Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a single request for a thumbnail
Inheritance Hierarchy
SystemObject
  DMLibraryEMThumbnailRequest

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

Syntax
public class EMThumbnailRequest

The EMThumbnailRequest type exposes the following members.

Constructors
NameDescription
Public methodEMThumbnailRequest
Initializes a new instance of the EMThumbnailRequest class
Top
Properties
NameDescription
Public propertyCampaignId
Id of the Campaign that needs a thumbnail.
Public propertyClient
The client request context
Public propertyEMCreativeId
The selected EM Creative to use as the source of the thumbnail.
Public propertyErrorDetail
Error message when request error exists.
Public propertyFileName
The name of the generated file
Public propertyId
Thumbnail request Id
Public propertyStackTrace
Stack Trace when request error exists.
Public propertyStatus
Status of this request.
Public propertyThumbnailType
The type of thumbnail we are generating
Public propertyUrl
Url to webpage to render
Top
Methods
See Also