EMLookupTablesAddLookupTableUpdateMetadataSaveItem Method

Alterian Email Manager 6.2.3 SDK Help File
Add a lookup table save request step that will update the metadata of the table.

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

Syntax
public static int AddLookupTableUpdateMetadataSaveItem(
	DMToken token,
	int saveContextId,
	string name,
	string description,
	string keyName
)

Parameters

token
Type: DMToken
Authentication Token.
saveContextId
Type: SystemInt32
Save context id.
name
Type: SystemString
New name for the table.
description
Type: SystemString
New description for the table.
keyName
Type: SystemString

Return Value

Type: Int32
Save item id.
See Also