EMLookupTablesAddLookupTableDeleteColumnsSaveItem Method

Alterian Email Manager 6.2.3 SDK Help File
Add a lookup table save request step that will delete columns from the table.

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

Syntax
public static int AddLookupTableDeleteColumnsSaveItem(
	DMToken token,
	int saveContextId,
	List<int> columnIds
)

Parameters

token
Type: DMToken
Authentication Token.
saveContextId
Type: SystemInt32
Save context id.
columnIds
Type: System.Collections.GenericListInt32
The column ids (temporary or actual) of the columns to remove.

Return Value

Type: Int32
a save item id.
See Also