dotmailer SDK: dotMailer.Sdk.Interfaces.IDmDocument Interface Reference
From dotmailer SDK
![]() |
dotmailer SDK
Tools to access and manage an account in the dotMailer system
|
dotMailer.Sdk.Interfaces.IDmDocument Interface Reference
An interface representing a document in dotMailer's Document Manager. More...
Inheritance diagram for dotMailer.Sdk.Interfaces.IDmDocument:
Properties | |
| int | Id [get] |
| The identifier for document. | |
| string | Name [get] |
| The name of the document. | |
| string | FileName [get] |
| The filename for the document. | |
| int | FileSize [get] |
| The filesize of the document. | |
| System.DateTime | DateCreated [get] |
| The date and time the document was added to the system. | |
| System.DateTime | DateModified [get] |
| The date and time the document was last modified in the system. | |
| 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
An interface representing a document in dotMailer's Document Manager.
Property Documentation
|
get |
The date and time the document was added to the system.
|
get |
The date and time the document was last modified in the system.
|
get |
The filename for the document.
|
get |
The filesize of the document.
|
get |
The identifier for document.
|
get |
The name of the document.
Generated by
