EMLookupTablesBeginNewLookupTableSave Method
|
Alterian Email Manager 6.2.3 SDK Help File
Begin a new lookup table save where the table needs to be created.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static int BeginNewLookupTableSave(
DMToken token,
int campaignDocumentId
)
Public Shared Function BeginNewLookupTableSave (
token As DMToken,
campaignDocumentId As Integer
) As Integer
public:
static int BeginNewLookupTableSave(
DMToken^ token,
int campaignDocumentId
)
static member BeginNewLookupTableSave :
token : DMToken *
campaignDocumentId : int -> int
DMLibrary.EMLookupTables.BeginNewLookupTableSave = function(token, campaignDocumentId);
Parameters
- token
- Type: DMToken
Authentication Token. - campaignDocumentId
- Type: SystemInt32
Id of the Campaign.
Return Value
Type:
Int32Save context id.
See Also