EMFileInfoDeleteCampaignFile Method

Alterian Email Manager 6.2.3 SDK Help File
Method to delete file in a given campaign

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

Syntax
public static void DeleteCampaignFile(
	DMToken token,
	int campaignId,
	string fileName,
	string alertFile
)

Parameters

token
Type: DMToken
Valid DMToken object
campaignId
Type: SystemInt32
Id of the campaign which contains the file
fileName
Type: SystemString
name of the file to be deleted
alertFile
Type: SystemString
Path of the alert file

Return Value

Type: 
nothing
See Also