EMLookupTablesCommitLookupTableExcelUpload Method

Alterian Email Manager 6.2.3 SDK Help File
Commits an excel lookup table upload; Loads the data into the database.

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

Syntax
public static DMImportStatus CommitLookupTableExcelUpload(
	DMToken token,
	int saveContextId,
	int sheetId,
	List<EMLookupTableUploadMapping> columns,
	bool hasHeaderRow,
	string lookupTableName,
	string description,
	Nullable<bool> clearExistingData = null
)

Parameters

token
Type: DMToken
Authentication Token.
saveContextId
Type: SystemInt32
Save Context Id.
sheetId
Type: SystemInt32
Excel Sheet Id.
columns
Type: System.Collections.GenericListEMLookupTableUploadMapping
Column mappings.
hasHeaderRow
Type: SystemBoolean
Flag to look for a header row and skip the first line.
lookupTableName
Type: SystemString
Name of the lookup table.
description
Type: SystemString
Description of the lookuptable.
clearExistingData (Optional)
Type: SystemNullableBoolean

Return Value

Type: DMImportStatus
See Also