Inffuse.project.loadData
Get the value stored under the key on the server.
Syntax
Inffuse.project.loadData(key,scope_overide,default_value)Parameters
| Name | Type | Description | 
|---|---|---|
key | 
				string | Key to the data item. | 
scope_overide | 
				string | Defines if the value will be taken from "public" or "private" areas in the DB. | 
default_value | 
				string | The default value to return, if <key> is not found. | 


