EMLookupTablesBeginEditLookupTableSave Method

Alterian Email Manager 6.2.3 SDK Help File
Begin a new lookup table save where the table already exists.

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

Syntax
public static int BeginEditLookupTableSave(
	DMToken token,
	int campaignDocumentId,
	int lookupId
)

Parameters

token
Type: DMToken
Authentication Token.
campaignDocumentId
Type: SystemInt32
Campaign Id.
lookupId
Type: SystemInt32
Id of the lookup table to edit.

Return Value

Type: Int32
Save context id.
See Also