public static void UpdateVariable(
DMToken token,
int campaignId,
int variableId,
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 Sub UpdateVariable (
token As DMToken,
campaignId As Integer,
variableId 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
)
public:
static void UpdateVariable(
DMToken^ token,
int campaignId,
int variableId,
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 UpdateVariable :
token : DMToken *
campaignId : int *
variableId : 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 -> unit
DMLibrary.EMVariable.UpdateVariable = function(token, campaignId, variableId, rowOrder, variableName, parseName, variableType, defaultValue, lookupId, lookupResult, lookupCombo, forceMap, defaultField, required, hidden, readOnly, shared, description, sampleValue, useDefaultForSample);