IEMDeploymentRepositoryGetCurrentDeployments 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.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxIList<EMDeploymentSummary> GetCurrentDeployments(
DMToken token,
bool IncludeOneOff = true
)
Function GetCurrentDeployments (
token As DMToken,
Optional IncludeOneOff As Boolean = true
) As IList(Of EMDeploymentSummary)
IList<EMDeploymentSummary^>^ GetCurrentDeployments(
DMToken^ token,
bool IncludeOneOff = true
)
abstract GetCurrentDeployments :
token : DMToken *
?IncludeOneOff : bool
(* Defaults:
let _IncludeOneOff = defaultArg IncludeOneOff true
*)
-> IList<EMDeploymentSummary>
function GetCurrentDeployments(token, IncludeOneOff);
Parameters
- token
- Type: DMToken
- IncludeOneOff (Optional)
- Type: SystemBoolean
Return Value
Type:
IListEMDeploymentSummaryAt least 10 Current Deployments
See Also