IEMDeploymentRepositoryGetDeploymentDescription Method
|
Alterian Email Manager 6.2.3 SDK Help File
Get the Deployment's Description
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxstring GetDeploymentDescription(
int deploymentID
)
Function GetDeploymentDescription (
deploymentID As Integer
) As String
String^ GetDeploymentDescription(
int deploymentID
)
abstract GetDeploymentDescription :
deploymentID : int -> string
function GetDeploymentDescription(deploymentID);
Parameters
- deploymentID
- Type: SystemInt32
Deployment ID
Return Value
Type:
StringDeployment Description
See Also