EMDeploymentRepository Class

Alterian Email Manager 6.2.3 SDK Help File
Repository for EM Deployment objects.
Inheritance Hierarchy
SystemObject
  DMLibrary.RepositoryEMDeploymentRepository

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

Syntax
public class EMDeploymentRepository : IEMDeploymentRepository

The EMDeploymentRepository type exposes the following members.

Constructors
NameDescription
Public methodEMDeploymentRepository
Initializes a new instance of the EMDeploymentRepository class
Top
Methods
NameDescription
Public methodDeleteDraftDeployment
Disables a Draft Deployment
Public methodGetCurrentDeployments
Get all deployments scheduled in the last 7 days or the next 7 days. If 10 are not returned, include deployments scheduled 7+ days in the future. If 10 are still not returned, include deployments older than 7 days.
Public methodGetCurrentDeploymentsRange
Get a range of deployments scheduled in the last 7 days or the next 7 days. If 10 are not returned, include deployments scheduled 7+ days in the future. If 10 are still not returned, include deployments older than 7 days.
Public methodGetDeploymentAttachments
Get Metadata About All Attachments For a Deployment
Public methodGetDeploymentDescription
Get the Deployment's Description
Public methodGetDeploymentDetails
Gets some additional meta data for a given deployment including the thumbnail, and recurrence pattern.
Public methodGetDeploymentSchedule
Get The Scheduling Settings For The Deployment
Public methodGetDeploymentSettings
Get The Settings Saved For a Deployment or a Draft Deployment
Public methodGetDeploymentSettingsFromSetup
Parses xml from a legacy setup file and returns a DeploymentSettings object
Public methodGetDeploymentTemplateExpression
Gets the TemplateExpression associated with a Deployment. Will return NULL if no template expression settings are found for the deployment ID.
Public methodGetDraftDeployments
Get all Draft Deployments
Public methodGetRecentDeploymentSettings
Top
See Also