EMLookupTablesAddLookupTableDeleteRecordsSaveItem Method

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

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

Syntax
public static int AddLookupTableDeleteRecordsSaveItem(
	DMToken token,
	int saveContextId,
	List<string> keys
)

Parameters

token
Type: DMToken
Authentication Token.
saveContextId
Type: SystemInt32
Save context id.
keys
Type: System.Collections.GenericListString
Key value for the rows to remove.

Return Value

Type: Int32
Save item id.
See Also