EMLibraryWrapperGetDMCreativeIDForCampaign 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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int GetDMCreativeIDForCampaign(
DMToken token,
int campaignId
)
Public Function GetDMCreativeIDForCampaign (
token As DMToken,
campaignId As Integer
) As Integer
public:
virtual int GetDMCreativeIDForCampaign(
DMToken^ token,
int campaignId
) sealed
abstract GetDMCreativeIDForCampaign :
token : DMToken *
campaignId : int -> int
override GetDMCreativeIDForCampaign :
token : DMToken *
campaignId : int -> int
function GetDMCreativeIDForCampaign(token, campaignId);
Parameters
- token
- Type: DMToken
Authentication token. - campaignId
- Type: SystemInt32
Id of the Campaign to get the Creative ID for
Return Value
Type:
Int32The id of the DM Creative. If none is found, the method will throw an InvalidRequestException.
Implements
IEMLibraryWrapperGetDMCreativeIDForCampaign(DMToken, Int32)
See Also