DMCreativeDTO Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a creative DTO item
Inheritance Hierarchy
SystemObject
  DMLibraryDMCreativeDTO

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

Syntax
[SerializableAttribute]
public class DMCreativeDTO

The DMCreativeDTO type exposes the following members.

Constructors
NameDescription
Public methodDMCreativeDTO
Initializes a new instance of the DMCreativeDTO class
Top
Properties
NameDescription
Public propertyCategoryId
Id of the Category
Public propertyCreatedByUserId
Id of the user that created the creative
Public propertyCreatedByUserName
Name of the user that created the creative
Public propertyCreatedDate
Creation date of the creative
Public propertyCreativeId
Id of the creative
Public propertyCreativeName
Name of the creative
Public propertyDocumentId
Id of the document wrapping the crative
Public propertyLastModifiedByUserId
Id of the user that last modified the creative
Public propertyLastModifiedByUserName
Name of the user that last modified the creative
Public propertyLastModifiedDate
Last modified data of the creative
Public propertyThumbnailPath
Thumbnail path for the creative
Top
See Also