WorkspaceAPICreateVariable Method |
Create a variable in the workspace.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public long CreateVariable(
string variableName,
int variableDataType,
int variableType,
Dictionary<string, Object> config
)
Parameters
- variableName
- Type: SystemString
Name of the variable to be created. - variableDataType
- Type: SystemInt32
Datatype of the variable to be created. - variableType
- Type: SystemInt32
Type of the variable to be created. - config
- Type: System.Collections.GenericDictionaryString, Object
Contains the control configurations.
Return Value
Type:
Int64Variable id.
See Also