IEMDeploymentRepositoryGetDraftDeployments 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
IList<EMDeploymentSummary> GetDraftDeployments(
	DMToken token
)

Parameters

token
Type: DMToken
Authentication Token

Return Value

Type: IListEMDeploymentSummary
A colleciton of EMDeploymentSummarys
See Also