dotmailer SDK: dotMailer.Sdk.Objects.Images.DmImage Class Reference

dotmailer SDK

dotmailer SDK
Tools to access and manage an account in the dotMailer system
dotMailer.Sdk.Objects.Images.DmImage Class Reference

Represents an image previously uploaded to a dotMailer account. More...

Inheritance diagram for dotMailer.Sdk.Objects.Images.DmImage:
dotMailer.Sdk.Interfaces.IDmObject dotMailer.Sdk.Cache.IDmCacheableObject

Properties

string ObjectType [get, set]
 Returns the type name of the class Used by the serialisation process
 
bool IsDirty [get]
 Returns true if the object has changed
 
string ExternalId [get]
 The generated Id that uniquely identifies this record across all dotMailer accounts.
 
int AccountId [get, set]
 The dotMailer account Id for this image.
 
int Id [get, set]
 The unique ID of this image within the dotMailer account.
 
string Path [get, set]
 The name of the folder.
 
string UserTag1 [get, set]
 User Tag
 
string UserTag2 [get, set]
 User Tag
 
string UserTag3 [get, set]
 User Tag
 
- 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 image previously uploaded to a dotMailer account.

Property Documentation

int dotMailer.Sdk.Objects.Images.DmImage.AccountId
getset

The dotMailer account Id for this image.

string dotMailer.Sdk.Objects.Images.DmImage.ExternalId
get

The generated Id that uniquely identifies this record across all dotMailer accounts.

int dotMailer.Sdk.Objects.Images.DmImage.Id
getset

The unique ID of this image within the dotMailer account.

bool dotMailer.Sdk.Objects.Images.DmImage.IsDirty
get

Returns true if the object has changed

string dotMailer.Sdk.Objects.Images.DmImage.ObjectType
getset

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

string dotMailer.Sdk.Objects.Images.DmImage.Path
getset

The name of the folder.

string dotMailer.Sdk.Objects.Images.DmImage.UserTag1
getset

User Tag

string dotMailer.Sdk.Objects.Images.DmImage.UserTag2
getset

User Tag

string dotMailer.Sdk.Objects.Images.DmImage.UserTag3
getset

User Tag

Generated by   doxygen 1.8.3