EMLookupTablesAddLookupTableUploadChunk Method

Alterian Email Manager 6.2.3 SDK Help File
Add a binary file chunk to an existing lookup table upload save context.

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

Syntax
public static int AddLookupTableUploadChunk(
	DMToken token,
	int saveContextId,
	int offsetBytes,
	byte[] data
)

Parameters

token
Type: DMToken
Authentication token.
saveContextId
Type: SystemInt32
Lookup table upload save context.
offsetBytes
Type: SystemInt32
Starting byte in the overall file where this chunk starts.
data
Type: SystemByte
The bytes in the chunk.

Return Value

Type: Int32
A Save Item Id.
See Also