EMDeploymentRepositoryGetDeploymentSettingsFromSetup Method

Alterian Email Manager 6.2.3 SDK Help File
Parses xml from a legacy setup file and returns a DeploymentSettings object

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

Syntax
public EMDeploymentSettings GetDeploymentSettingsFromSetup(
	DMToken token,
	string setupXML,
	string Html,
	string Text,
	int DestinationCampaignId
)

Parameters

token
Type: DMToken
Authentication Token
setupXML
Type: SystemString
Contents of legacy setup file
Html
Type: SystemString
Text
Type: SystemString
DestinationCampaignId
Type: SystemInt32

Return Value

Type: EMDeploymentSettings
Deployment Settings
See Also