EMFileInfoGetCampaignFiles Method

Alterian Email Manager 6.2.3 SDK Help File
Method to return all the files of a given campaign

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

Syntax
public static List<EMFileInfo> GetCampaignFiles(
	DMToken token,
	int campaignId
)

Parameters

token
Type: DMToken
Valid DMToken object
campaignId
Type: SystemInt32
Id of the campaign to return Files.

Return Value

Type: ListEMFileInfo
List of EMFileInfo objects for a given campaign
See Also