EMFileInfo Class

Alterian Email Manager 6.2.3 SDK Help File
Campaign Files
Inheritance Hierarchy

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class EMFileInfo : DMFileInfo

The EMFileInfo type exposes the following members.

Constructors
NameDescription
Public methodEMFileInfo
Initializes a new instance of the EMFileInfo class
Public methodEMFileInfo(DMFileInfo)
Initializes a new instance of the EMFileInfo class
Top
Properties
NameDescription
Public propertyFileExtension
File Extension
Public propertyHasThumbnail
Public propertyThumbnailPath
Top
Methods
NameDescription
Public methodStatic memberAddCampaignFile
Method to add one file to a specific Campaign.
Public methodStatic memberAddCampaignFileChunk
Public methodStatic memberBeginCampaignFileSave
Public methodStatic memberCleanupCampaignFileSave
Public methodStatic memberCommitCampaignFileSave
Public methodStatic memberDeleteCampaignFile
Method to delete file in a given campaign
Public methodStatic memberGetCampaignFiles
Method to return all the files of a given campaign
Public methodStatic memberImportContentFromUrl
Public methodStatic memberImportFilesFromCampaign
A method to move relevant files related to a specific EM Creative from one EM Campaign to another EM Campaign. This is primarily used when importing a creative from one campaign to another, and one wishes to try and automatically import any files referenced by the EM Creative and hosted on the EM content servers.
Public methodStatic memberParseContentForImages
Top
Fields
NameDescription
Public fieldCreated
The date and time the file was created.
(Inherited from DMFileInfo.)
Public fieldFileName
The name of the file.
(Inherited from DMFileInfo.)
Public fieldModified
The date and time the file was last modified.
(Inherited from DMFileInfo.)
Public fieldSize
The size of the file in bytes.
(Inherited from DMFileInfo.)
Top
See Also