EMLookupTableSaveItemGetColumnMapping Method

Alterian Email Manager 6.2.3 SDK Help File
Retreives the actual column id given a temporary column id.

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

Syntax
public int GetColumnMapping(
	int temporaryColumnId
)

Parameters

temporaryColumnId
Type: SystemInt32
The temporary ( negative integer ) column id.

Return Value

Type: Int32
The actual ( positive integer ) column id.

Implements

ISaveLookupTableItemGetColumnMapping(Int32)
See Also