ISaveCampaignItemSave Method

Alterian Email Manager 6.2.3 SDK Help File
Execute the Save process for the Campaign Save item type. Save will throw an exception if the process fails.

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

Syntax
void Save(
	DMToken token,
	SqlConnection Connection,
	SqlTransaction Transaction
)

Parameters

token
Type: DMToken
Authentication Token.
Connection
Type: System.Data.SqlClientSqlConnection
SQL Connection.
Transaction
Type: System.Data.SqlClientSqlTransaction
SQL Transaction.
See Also