EMDeploymentRepositoryGetDeploymentDescription Method

Alterian Email Manager 6.2.3 SDK Help File
Get the Deployment's Description

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

Syntax
public string GetDeploymentDescription(
	int deploymentID
)

Parameters

deploymentID
Type: SystemInt32
Deployment ID

Return Value

Type: String
Deployment Description

Implements

IEMDeploymentRepositoryGetDeploymentDescription(Int32)
See Also