EMDeploymentRepositoryGetDeploymentDescription 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
Syntaxpublic string GetDeploymentDescription(
int deploymentID
)
Public Function GetDeploymentDescription (
deploymentID As Integer
) As String
public:
virtual String^ GetDeploymentDescription(
int deploymentID
) sealed
abstract GetDeploymentDescription :
deploymentID : int -> string
override GetDeploymentDescription :
deploymentID : int -> string
function GetDeploymentDescription(deploymentID);
Parameters
- deploymentID
- Type: SystemInt32
Deployment ID
Return Value
Type:
StringDeployment Description
Implements
IEMDeploymentRepositoryGetDeploymentDescription(Int32)
See Also