EMDeploymentRepositoryGetCurrentDeployments 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
Syntaxpublic IList<EMDeploymentSummary> GetCurrentDeployments(
DMToken token,
bool includeOneOff = true
)
Public Function GetCurrentDeployments (
token As DMToken,
Optional includeOneOff As Boolean = true
) As IList(Of EMDeploymentSummary)
public:
virtual IList<EMDeploymentSummary^>^ GetCurrentDeployments(
DMToken^ token,
bool includeOneOff = true
) sealed
abstract GetCurrentDeployments :
token : DMToken *
?includeOneOff : bool
(* Defaults:
let _includeOneOff = defaultArg includeOneOff true
*)
-> IList<EMDeploymentSummary>
override GetCurrentDeployments :
token : DMToken *
?includeOneOff : bool
(* Defaults:
let _includeOneOff = defaultArg includeOneOff true
*)
-> IList<EMDeploymentSummary>
function GetCurrentDeployments(token, includeOneOff);
Parameters
- token
- Type: DMToken
Authentication Token - includeOneOff (Optional)
- Type: SystemBoolean
Set to "true" to include one-off deployments
Return Value
Type:
IListEMDeploymentSummaryAt least 10 Current Deployments
Implements
IEMDeploymentRepositoryGetCurrentDeployments(DMToken, Boolean)
See Also