EMFileInfoBeginCampaignFileSave Method

Alterian Email Manager 6.2.3 SDK Help File

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

Syntax
public static int BeginCampaignFileSave(
	DMToken token,
	int campaignDocumentId,
	string fileName,
	byte[] data,
	bool decompress,
	int byteCount,
	int chunkSize
)

Parameters

token
Type: DMToken
campaignDocumentId
Type: SystemInt32
fileName
Type: SystemString
data
Type: SystemByte
decompress
Type: SystemBoolean
byteCount
Type: SystemInt32
chunkSize
Type: SystemInt32

Return Value

Type: Int32
See Also