public void SetUserVar(string userName, string varName, object value, bool persisted = true)
No description provided.
The string name of the global variable
No description provided.
True
To get, set, or unset persisted global variables, set to true or leave empty.
To get, set, or unset temporary/non-persisted global variables, set to false.
void
CPH.SetUserVar(userName, varName, value);
CPH.SetUserVar(userName, varName, value, persisted);