dotmailer SDK: dotMailer.Sdk.Interfaces.IDmDocument Interface Reference

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:
dotMailer.Sdk.Interfaces.IDmObject dotMailer.Sdk.Cache.IDmCacheableObject dotMailer.Sdk.Contacts.DmDocument

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.
 
- 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

An interface representing a document in dotMailer's Document Manager.

Property Documentation

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.

Generated by   doxygen 1.8.3