IEMDeploymentRepositoryGetDeploymentSchedule Method
|
Alterian Email Manager 6.2.3 SDK Help File
Get The Scheduling Settings For The Deployment
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxEMDeploymentSchedule GetDeploymentSchedule(
int deploymentID
)
Function GetDeploymentSchedule (
deploymentID As Integer
) As EMDeploymentSchedule
EMDeploymentSchedule^ GetDeploymentSchedule(
int deploymentID
)
abstract GetDeploymentSchedule :
deploymentID : int -> EMDeploymentSchedule
function GetDeploymentSchedule(deploymentID);
Parameters
- deploymentID
- Type: SystemInt32
Deployment ID
Return Value
Type:
EMDeploymentScheduleDeployment Scheduling Settings
See Also