EMLookupTablesCommitLookupTableUpload Method (DMToken, Int32)
|
Alterian Email Manager 6.2.3 SDK Help File
Complete the upload in import of a lookup table file that has been uploaded in chunks.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static DMImportStatus CommitLookupTableUpload(
DMToken token,
int saveContextId
)
Public Shared Function CommitLookupTableUpload (
token As DMToken,
saveContextId As Integer
) As DMImportStatus
public:
static DMImportStatus^ CommitLookupTableUpload(
DMToken^ token,
int saveContextId
)
static member CommitLookupTableUpload :
token : DMToken *
saveContextId : int -> DMImportStatus
DMLibrary.EMLookupTables.CommitLookupTableUpload = function(token, saveContextId);
Parameters
- token
- Type: DMToken
Authentication token. - saveContextId
- Type: SystemInt32
Lookup table upload save context id.
Return Value
Type:
DMImportStatusAn import status manifest.
See Also