EMDeploymentRepositoryGetDeploymentSettings Method

Alterian Email Manager 6.2.3 SDK Help File
Get The Settings Saved For a Deployment or a Draft Deployment

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

Syntax
public EMDeploymentSettings GetDeploymentSettings(
	DMToken token,
	int deploymentID
)

Parameters

token
Type: DMToken
User Token
deploymentID
Type: SystemInt32
Deployment ID

Return Value

Type: EMDeploymentSettings
Deployment Settings

Implements

IEMDeploymentRepositoryGetDeploymentSettings(DMToken, Int32)
See Also