Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

rb.file Object Description
(system Template)

The rb.file object represents an online archive of files (pdf, gif, doc, txt, etc.) that are treated as binary data.

Methods

rb.file.create() Adds a file.
rb.file.modify() Modifies the details of an existing file.
rb.file.remove() Removes an existing file that has no associations.
rb.file.get() Returns an iterator for retrieving each file matching the search criteria.
rb.file.count() Gets a count of files matching the search criteria.

Aggregate Types

rb.file.fileInfoType Details of any type of binary file (e.g. *.gif).
rb.file.fileSearchType Search criteria for files.
Whitebeam release 1.2.2
(loadtime : 295ms)