IEMDeploymentRepositoryGetDeploymentSettings Method
|
Alterian Email Manager 6.2.3 SDK Help File
Get The Settings Saved For a Deployment or a Draft Deployment
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxEMDeploymentSettings GetDeploymentSettings(
DMToken token,
int deploymentID
)
Function GetDeploymentSettings (
token As DMToken,
deploymentID As Integer
) As EMDeploymentSettings
EMDeploymentSettings^ GetDeploymentSettings(
DMToken^ token,
int deploymentID
)
abstract GetDeploymentSettings :
token : DMToken *
deploymentID : int -> EMDeploymentSettings
function GetDeploymentSettings(token, deploymentID);
Parameters
- token
- Type: DMToken
User Token - deploymentID
- Type: SystemInt32
Deployment ID
Return Value
Type:
EMDeploymentSettingsDeployment Settings
See Also