EMLookupTablesCommitLookupTableSave Method
|
Alterian Email Manager 6.2.3 SDK Help File
Finalize and execute a lookup table save request set.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static int CommitLookupTableSave(
DMToken token,
int saveContextId
)
Public Shared Function CommitLookupTableSave (
token As DMToken,
saveContextId As Integer
) As Integer
public:
static int CommitLookupTableSave(
DMToken^ token,
int saveContextId
)
static member CommitLookupTableSave :
token : DMToken *
saveContextId : int -> int
DMLibrary.EMLookupTables.CommitLookupTableSave = function(token, saveContextId);
Parameters
- token
- Type: DMToken
Authentication Token. - saveContextId
- Type: SystemInt32
Save context id.
Return Value
Type:
Int32A Lookup Table Id
See Also