EMCampaign Class

Alterian Email Manager 6.2.3 SDK Help File
Inheritance Hierarchy

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

Syntax
public class EMCampaign : EMDocument

The EMCampaign type exposes the following members.

Constructors
NameDescription
Public methodEMCampaign
Initializes a new instance of the EMCampaign class
Public methodEMCampaign(EMDocument)
Initializes a new instance of the EMCampaign class
Top
Properties
NameDescription
Public propertyContains
A collection of EMDocuments that this Campaign contains.
Public propertyContainsEmailCreative
Indicates whether the containing document contains EmailCreative
Public propertyContainsWebCreative
Indicates whether the containing document contains Web Creative
Public propertyCreatedBy
The user that created this document.
(Inherited from EMDocument.)
Public propertyCreatedDate
The date this document was created.
(Inherited from EMDocument.)
Public propertyDescription
Summary description of the document.
(Inherited from EMDocument.)
Public propertyDMCreativeId
Holds the DM Creative ID for the underlying DM Creative object.
Public propertyFolderID
The ID of the folder the document is contained in if the Document is contained in a folder.
(Inherited from EMDocument.)
Public propertyFolderPath
The entire folder path where the document is located.
(Inherited from EMDocument.)
Public propertyHasThumbnail
A flag specifying if a thumbnail exists for this document.
(Inherited from EMDocument.)
Public propertyID
The ID of the document.
(Inherited from EMDocument.)
Public propertyLastActivityBy
Which user performed last activity on the document.
(Inherited from EMDocument.)
Public propertyLastActivityDate
The last time any activity performed on the document.
(Inherited from EMDocument.)
Public propertyLastActivityType
How the document was last modified.
(Inherited from EMDocument.)
Public propertyLastModifiedBy
Which user last modified the document.
(Inherited from EMDocument.)
Public propertyLastModifiedDate
The last time the document was modified.
(Inherited from EMDocument.)
Public propertyName
The document's name.
(Inherited from EMDocument.)
Public propertySourceID (Inherited from EMDocument.)
Public propertyThumbnailPath
The Url path to the thumbnail, if a thumbnail exists.
(Inherited from EMDocument.)
Public propertyType
The type of document.
(Inherited from EMDocument.)
Top
See Also