ISaveLookupTableItemGetColumnMapping Method
|
Alterian Email Manager 6.2.3 SDK Help File
Retreives the actual column id given a temporary column id.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxint GetColumnMapping(
int temporaryColumnId
)
Function GetColumnMapping (
temporaryColumnId As Integer
) As Integer
int GetColumnMapping(
int temporaryColumnId
)
abstract GetColumnMapping :
temporaryColumnId : int -> int
function GetColumnMapping(temporaryColumnId);
Parameters
- temporaryColumnId
- Type: SystemInt32
Return Value
Type:
Int32
See Also