EMLookupTablesBeginEditLookupTableSave Method
|
Alterian Email Manager 6.2.3 SDK Help File
Begin a new lookup table save where the table already exists.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static int BeginEditLookupTableSave(
DMToken token,
int campaignDocumentId,
int lookupId
)
Public Shared Function BeginEditLookupTableSave (
token As DMToken,
campaignDocumentId As Integer,
lookupId As Integer
) As Integer
public:
static int BeginEditLookupTableSave(
DMToken^ token,
int campaignDocumentId,
int lookupId
)
static member BeginEditLookupTableSave :
token : DMToken *
campaignDocumentId : int *
lookupId : int -> int
DMLibrary.EMLookupTables.BeginEditLookupTableSave = function(token, campaignDocumentId, 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:
Int32Save context id.
See Also