Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic void Add(
int LookupID,
int ColumnID,
string Key,
DMExpression Value
)
Public Sub Add (
LookupID As Integer,
ColumnID As Integer,
Key As String,
Value As DMExpression
)
public:
void Add(
int LookupID,
int ColumnID,
String^ Key,
DMExpression^ Value
)
member Add :
LookupID : int *
ColumnID : int *
Key : string *
Value : DMExpression -> unit
function Add(LookupID, ColumnID, Key, Value);
Parameters
- LookupID
- Type: SystemInt32
- ColumnID
- Type: SystemInt32
- Key
- Type: SystemString
- Value
- Type: DMExpression
See Also