EMLookupTablesBeginLookupTableExcelUpload Method

Alterian Email Manager 6.2.3 SDK Help File
Begins a lookup table upload from a Microsoft Excel spreadsheet.

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

Syntax
public static int BeginLookupTableExcelUpload(
	DMToken token,
	int campaignDocumentId,
	int lookupId,
	string filename,
	byte[] data,
	int byteCount,
	int chunkSize,
	bool clearExistingData
)

Parameters

token
Type: DMToken
Authentication Token.
campaignDocumentId
Type: SystemInt32
Id of the Campaign to import into.
lookupId
Type: SystemInt32
Id of the Lookup Table to import into.
filename
Type: SystemString
File name.
data
Type: SystemByte
First chunk of data.
byteCount
Type: SystemInt32
Total bytes in the file.
chunkSize
Type: SystemInt32
Number of bytes in each chunk for this upload instance.
clearExistingData
Type: SystemBoolean
Flag to clear existing data in the lookup table.

Return Value

Type: Int32
See Also