IEMDeploymentRepositoryGetDraftDeployments Method
|
Alterian Email Manager 6.2.3 SDK Help File
Get all Draft Deployments
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxIList<EMDeploymentSummary> GetDraftDeployments(
DMToken token
)
Function GetDraftDeployments (
token As DMToken
) As IList(Of EMDeploymentSummary)
IList<EMDeploymentSummary^>^ GetDraftDeployments(
DMToken^ token
)
abstract GetDraftDeployments :
token : DMToken -> IList<EMDeploymentSummary>
function GetDraftDeployments(token);
Parameters
- token
- Type: DMToken
Authentication Token
Return Value
Type:
IListEMDeploymentSummaryA colleciton of EMDeploymentSummarys
See Also