Click or drag to resize

WorkspaceAPIUpdateVariable Method

Update details of the specified variable in the workspace.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void UpdateVariable(
	long variableId,
	string variableName,
	int variableDataType,
	int variableType,
	Dictionary<string, Object> config
)

Parameters

variableId
Type: SystemInt64
Id for the variable.
variableName
Type: SystemString
New name for the variable.
variableDataType
Type: SystemInt32
New datatype for the variable.
variableType
Type: SystemInt32
New type for the variable.
config
Type: System.Collections.GenericDictionaryString, Object
Contains the control configurations.
See Also