IEMLibraryWrapperGetDMCreativeIDForCampaign Method

Alterian Email Manager 6.2.3 SDK Help File
Fetches the DM Creative Id for a given campaign if one can be found.

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

Syntax
int GetDMCreativeIDForCampaign(
	DMToken token,
	int campaignId
)

Parameters

token
Type: DMToken
Authentication token.
campaignId
Type: SystemInt32
Id of the Campaign to get the Creative ID for

Return Value

Type: Int32
The id of the DM Creative. If none is found, the method will throw an InvalidRequestException.
See Also