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

dotmailer SDK

dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark Class Reference

Represents an APICampaignContactSocialBookmark returned by the ListCampaignContactSocialBookmarkViews web method More...

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

Public Member Functions

 DmCampaignContactSocialBookmark (int accountId, int campaignId, int contactId, APICampaignContactSocialBookmark bookmark)
 Constructor
 

Properties

int AccountId [get, set]
 The parent account id
 
int CampaignId [get, set]
 The parent campaign Id
 
int ContactId [get, set]
 The contact id
 
string ContactEmail [get, set]
 The Contact email
 
string Name [get, set]
 The name of the social network.
 
int NumViews [get, set]
 The number of views it generated.
 
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

Represents an APICampaignContactSocialBookmark returned by the ListCampaignContactSocialBookmarkViews web method

Constructor & Destructor Documentation

dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.DmCampaignContactSocialBookmark ( int  accountId,
int  campaignId,
int  contactId,
APICampaignContactSocialBookmark  bookmark 
)

Constructor

Parameters
accountId
campaignId
contactId
bookmark

Property Documentation

int dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.AccountId
getset

The parent account id

int dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.CampaignId
getset

The parent campaign Id

string dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.ContactEmail
getset

The Contact email

int dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.ContactId
getset

The contact id

string dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.ExternalId
get

Gets/Sets the generated Id that uniquely identifies this record

bool dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.IsDirty
get

Returns true if the object has changed

string dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.Name
getset

The name of the social network.

int dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.NumViews
getset

The number of views it generated.

string dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.ObjectType
getset

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

string dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.UserTag1
getset

User Tag

string dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.UserTag2
getset

User Tag

string dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark.UserTag3
getset

User Tag

Generated by   doxygen 1.8.3