EMLookupTablesAddLookupTableAddColumnsSaveItem Method

Alterian Email Manager 6.2.3 SDK Help File
Adds a lookup table save request step that will add columns to the table.

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

Syntax
public static int AddLookupTableAddColumnsSaveItem(
	DMToken token,
	int saveContextId,
	List<DMLookupColumn> columns
)

Parameters

token
Type: DMToken
Authentication Token.
saveContextId
Type: SystemInt32
Save context id.
columns
Type: System.Collections.GenericListDMLookupColumn
Columns to add to the table.

Return Value

Type: Int32
Save item id.
See Also