EMDeploymentRepositoryGetDraftDeployments 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
Syntaxpublic IList<EMDeploymentSummary> GetDraftDeployments(
DMToken token
)
Public Function GetDraftDeployments (
token As DMToken
) As IList(Of EMDeploymentSummary)
public:
virtual IList<EMDeploymentSummary^>^ GetDraftDeployments(
DMToken^ token
) sealed
abstract GetDraftDeployments :
token : DMToken -> IList<EMDeploymentSummary>
override GetDraftDeployments :
token : DMToken -> IList<EMDeploymentSummary>
function GetDraftDeployments(token);
Parameters
- token
- Type: DMToken
Authentication Token
Return Value
Type:
IListEMDeploymentSummaryA collection of EMDeploymentSummarys
Implements
IEMDeploymentRepositoryGetDraftDeployments(DMToken)
See Also