EMNewCreativeSaveItemSave Method

Alterian Email Manager 6.2.3 SDK Help File
Execute the Save process for the Campaign Save item type, adds the new Creative.

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

Syntax
public override 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.

Implements

ISaveCampaignItemSave(DMToken, SqlConnection, SqlTransaction)
See Also