IEMDeploymentRepositoryGetDeploymentDetails Method
|
Alterian Email Manager 6.2.3 SDK Help File
Gets some additional meta data for a given deployment including the thumbnail, and recurrence pattern.
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxEMDeploymentSummary GetDeploymentDetails(
DMToken token,
int deploymentId
)
Function GetDeploymentDetails (
token As DMToken,
deploymentId As Integer
) As EMDeploymentSummary
EMDeploymentSummary^ GetDeploymentDetails(
DMToken^ token,
int deploymentId
)
abstract GetDeploymentDetails :
token : DMToken *
deploymentId : int -> EMDeploymentSummary
function GetDeploymentDetails(token, deploymentId);
Parameters
- token
- Type: DMToken
Authentication Token - deploymentId
- Type: SystemInt32
Event ID
Return Value
Type:
EMDeploymentSummaryEMDeploymentSummary
See Also