dotmailer SDK: dotMailer.Sdk.Campaigns.DmCampaignContent Class Reference

dotmailer SDK

dotmailer SDK
Tools to access and manage an account in the dotMailer system
dotMailer.Sdk.Campaigns.DmCampaignContent Class Reference

class to hold the text content of a campaign as we get both of these in one call More...

Inheritance diagram for dotMailer.Sdk.Campaigns.DmCampaignContent:
dotMailer.Sdk.Interfaces.IDmObject dotMailer.Sdk.Cache.IDmCacheableObject

Properties

int AccountId [get, set]
 The parent account id
 
int CampaignId [get, set]
 The campaign id
 
string Html [get, set]
 The html content
 
string Plain [get, set]
 The plain text content
 
string UserTag1 [get, set]
 User Tag
 
string UserTag2 [get, set]
 User Tag
 
string UserTag3 [get, set]
 User Tag
 
bool IsDirty [get]
 Returns true if the object has changed
 
string ObjectType [get, set]
 Returns the type name of the class Used by the serialisation process
 
string ExternalId [get]
 Gets/Sets the generated Id that uniquely identifies this record
 
- Properties inherited from dotMailer.Sdk.Interfaces.IDmObject
int AccountId [get]
 The DotMailer account Id for this object
 
string ExternalId [get]
 A key that represents this object, used for synching with external applications
 
bool IsDirty [get]
 has the data of the object changed
 

Detailed Description

class to hold the text content of a campaign as we get both of these in one call

Property Documentation

int dotMailer.Sdk.Campaigns.DmCampaignContent.AccountId
getset

The parent account id

int dotMailer.Sdk.Campaigns.DmCampaignContent.CampaignId
getset

The campaign id

string dotMailer.Sdk.Campaigns.DmCampaignContent.ExternalId
get

Gets/Sets the generated Id that uniquely identifies this record

string dotMailer.Sdk.Campaigns.DmCampaignContent.Html
getset

The html content

bool dotMailer.Sdk.Campaigns.DmCampaignContent.IsDirty
get

Returns true if the object has changed

string dotMailer.Sdk.Campaigns.DmCampaignContent.ObjectType
getset

Returns the type name of the class Used by the serialisation process

string dotMailer.Sdk.Campaigns.DmCampaignContent.Plain
getset

The plain text content

string dotMailer.Sdk.Campaigns.DmCampaignContent.UserTag1
getset

User Tag

string dotMailer.Sdk.Campaigns.DmCampaignContent.UserTag2
getset

User Tag

string dotMailer.Sdk.Campaigns.DmCampaignContent.UserTag3
getset

User Tag

Generated by   doxygen 1.8.3