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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static int AddLookupTableUploadChunk(
DMToken token,
int saveContextId,
int offsetBytes,
byte[] data
)
Public Shared Function AddLookupTableUploadChunk (
token As DMToken,
saveContextId As Integer,
offsetBytes As Integer,
data As Byte()
) As Integer
public:
static int AddLookupTableUploadChunk(
DMToken^ token,
int saveContextId,
int offsetBytes,
array<unsigned char>^ data
)
static member AddLookupTableUploadChunk :
token : DMToken *
saveContextId : int *
offsetBytes : int *
data : byte[] -> int
DMLibrary.EMLookupTables.AddLookupTableUploadChunk = function(token, saveContextId, offsetBytes, 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:
Int32A Save Item Id.
See Also