IEMDeploymentRepository Interface |
The IEMDeploymentRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteDraftDeployment |
Disables a Draft Deployment
| |
| GetCurrentDeployments |
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.
| |
| GetCurrentDeploymentsRange |
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.
| |
| GetDeploymentAttachments |
Get Metadata About All Attachments For a Deployment
| |
| GetDeploymentDescription |
Get the Deployment's Description
| |
| GetDeploymentDetails |
Gets some additional meta data for a given deployment including the thumbnail, and recurrence pattern.
| |
| GetDeploymentSchedule |
Get The Scheduling Settings For The Deployment
| |
| GetDeploymentSettings |
Get The Settings Saved For a Deployment or a Draft Deployment
| |
| GetDeploymentTemplateExpression |
Gets the TemplateExpression associated with a Deployment.
Will return NULL if no template expression settings are found for the deployment ID.
| |
| GetDraftDeployments |
Get all Draft Deployments
|