public static int CreateVariable(
DMToken token,
int campaignId,
int rowOrder,
string variableName,
string parseName,
DMVariableType variableType,
DMVariableValue defaultValue,
int lookupId,
int lookupResult,
int lookupCombo,
bool forceMap,
int defaultField,
bool required,
bool hidden,
bool readOnly,
bool shared,
string description,
string sampleValue,
bool useDefaultForSample
)
Public Shared Function CreateVariable (
token As DMToken,
campaignId As Integer,
rowOrder As Integer,
variableName As String,
parseName As String,
variableType As DMVariableType,
defaultValue As DMVariableValue,
lookupId As Integer,
lookupResult As Integer,
lookupCombo As Integer,
forceMap As Boolean,
defaultField As Integer,
required As Boolean,
hidden As Boolean,
readOnly As Boolean,
shared As Boolean,
description As String,
sampleValue As String,
useDefaultForSample As Boolean
) As Integer
public:
static int CreateVariable(
DMToken^ token,
int campaignId,
int rowOrder,
String^ variableName,
String^ parseName,
DMVariableType variableType,
DMVariableValue^ defaultValue,
int lookupId,
int lookupResult,
int lookupCombo,
bool forceMap,
int defaultField,
bool required,
bool hidden,
bool readOnly,
bool shared,
String^ description,
String^ sampleValue,
bool useDefaultForSample
)
static member CreateVariable :
token : DMToken *
campaignId : int *
rowOrder : int *
variableName : string *
parseName : string *
variableType : DMVariableType *
defaultValue : DMVariableValue *
lookupId : int *
lookupResult : int *
lookupCombo : int *
forceMap : bool *
defaultField : int *
required : bool *
hidden : bool *
readOnly : bool *
shared : bool *
description : string *
sampleValue : string *
useDefaultForSample : bool -> int
DMLibrary.EMVariable.CreateVariable = function(token, campaignId, rowOrder, variableName, parseName, variableType, defaultValue, lookupId, lookupResult, lookupCombo, forceMap, defaultField, required, hidden, readOnly, shared, description, sampleValue, useDefaultForSample);