EMDeploymentRepositoryGetDraftDeployments Method

Alterian Email Manager 6.2.3 SDK Help File
Get all Draft Deployments

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

Syntax
public IList<EMDeploymentSummary> GetDraftDeployments(
	DMToken token
)

Parameters

token
Type: DMToken
Authentication Token

Return Value

Type: IListEMDeploymentSummary
A collection of EMDeploymentSummarys

Implements

IEMDeploymentRepositoryGetDraftDeployments(DMToken)
See Also