Variable

Variables enable you to store and reuse values. By storing a value as a variable, you can reference it throughout your workspace. Variables can be stored in a group, allowing for reuse of a variable name. Variables are only accessible (scope) within a workspace.

AddItem

No description...

Overload Return Type
AddItem(string group_id, jobject variable) object

AddGroup

No description...

Overload Return Type
AddGroup(string groupName) object
AddGroup(string groupName, datetime endDate) object
AddGroup(string groupName, jarray data) object
AddGroup(string groupName, datetime endDate, jarray variables) object


DeleteGroup

No description...

Overload Return Type
DeleteGroup(string group_id) boolean

DeleteItem

No description...

Overload Return Type
DeleteItem(string variable_id) boolean

ExtendGroup

No description...

Overload Return Type
ExtendGroup(string id, datetime endDate) object

GetItemsByName

No description...

Overload Return Type
GetItemsByName(string[] variable_names) array

GetItem

No description...

Overload Return Type
GetItem(string variable_id) object

GetItemValue

No description...

Overload Return Type
GetItemValue(string variable_id, string functionName) variableitem

GetGroup

Retrieve the properties of an existing variable group.

Overload Return Type
GetGroup(string id) object

GetDataTypes

List of available variable data types.

Overload Return Type
GetDataTypes() array

GetItems

No description...

Overload Return Type
GetItems(string group_id) array

UpdateGroup

No description...

Overload Return Type
UpdateGroup(string id, string title) object
UpdateGroup(string id, string groupName, string title) object