EMDeploymentRepositoryDeleteDraftDeployment Method

Alterian Email Manager 6.2.3 SDK Help File
Disables a Draft Deployment

Namespace:  DMLibrary.Repository
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public void DeleteDraftDeployment(
	DMToken token,
	int deploymentID
)

Parameters

token
Type: DMToken
Authentication Token
deploymentID
Type: SystemInt32
Draft DeploymentID to disable

Implements

IEMDeploymentRepositoryDeleteDraftDeployment(DMToken, Int32)
See Also