An interface representing a document in dotMailer's Document Manager.
More...
|
| 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
|
| |
An interface representing a document in dotMailer's Document Manager.
| System.DateTime dotMailer.Sdk.Interfaces.IDmDocument.DateCreated |
|
get |
The date and time the document was added to the system.
| System.DateTime dotMailer.Sdk.Interfaces.IDmDocument.DateModified |
|
get |
The date and time the document was last modified in the system.
| string dotMailer.Sdk.Interfaces.IDmDocument.FileName |
|
get |
The filename for the document.
| int dotMailer.Sdk.Interfaces.IDmDocument.FileSize |
|
get |
The filesize of the document.
| int dotMailer.Sdk.Interfaces.IDmDocument.Id |
|
get |
The identifier for document.
| string dotMailer.Sdk.Interfaces.IDmDocument.Name |
|
get |
The name of the document.