EMDeploymentRepositoryGetCurrentDeployments 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
public IList<EMDeploymentSummary> GetCurrentDeployments(
	DMToken token,
	bool includeOneOff = true
)

Parameters

token
Type: DMToken
Authentication Token
includeOneOff (Optional)
Type: SystemBoolean
Set to "true" to include one-off deployments

Return Value

Type: IListEMDeploymentSummary
At least 10 Current Deployments

Implements

IEMDeploymentRepositoryGetCurrentDeployments(DMToken, Boolean)
See Also