IEMDeploymentRepositoryGetCurrentDeployments Method

Alterian Email Manager 6.2.3 SDK Help File
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.

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

Syntax
IList<EMDeploymentSummary> GetCurrentDeployments(
	DMToken token,
	bool IncludeOneOff = true
)

Parameters

token
Type: DMToken
IncludeOneOff (Optional)
Type: SystemBoolean

Return Value

Type: IListEMDeploymentSummary
At least 10 Current Deployments
See Also