Represents an image previously uploaded to a dotMailer account.
More...
|
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
|
|
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
|
|
Represents an image previously uploaded to a dotMailer account.
int dotMailer.Sdk.Objects.Images.DmImage.AccountId |
|
getset |
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 |
string dotMailer.Sdk.Objects.Images.DmImage.UserTag1 |
|
getset |
string dotMailer.Sdk.Objects.Images.DmImage.UserTag2 |
|
getset |
string dotMailer.Sdk.Objects.Images.DmImage.UserTag3 |
|
getset |