|
Whitebeam Template Reference Documentation
|
System Template
readSet()
Read a number of sections from the database for this site.
See Also
rb.site.write() Syntax
MetaData Object = rb.site.readSet(section)
Parameters
The 'readSet' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | section | array of strings | | |
Results
The 'readSet' method returns a JavaScript object containing arbitrary attributes (Meta Value):
Type/Value | Range/Length | Description |
MetaData |
Name of a section |
JavaScript structure holding saved site data or an empty object if the section does not yet exist.
|
Remarks Return the content of the site area. If the 'read' string is the empty string default
then the template returns a wrapper object containing all sections stored against this
client/instance. Note if the section requested does not exist then an empty string is returned. |
|
(loadtime : 93ms) |