Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  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.catalogue.category.categoryInfoType

Category information.

Elements

The rb.catalogue.category.categoryInfoType struct has 7 elements:

Name Type/Value Range/Length Description
nodeIDnumberinteger Optional. A unique and system assigned identifier of a category node.
Required for modify().
contentsMkrstringC, I, CI, (empty) Optional. System assigned (read-only) indicator of types of sub elements of the category node. This can indicate:
(C) sub categories only
(I) sub items only
(CI) sub categories and sub items
() no sub categories nor sub items.
namestring1..250 Optional. Name of category node.
Required for create().
descriptionstring0..1000 Optional. Description of category.
parentIDnumber0 = root node Optional. ID of parent node. Defaults to 0 for create if not specified.
fileIDnumberinteger Optional. Identifier of a file associated with a category. Must refer to an existing file for create() and modify().
nodeDataMetaData0..2000 Optional. Buffer for custom category node information.

Remarks

Note from version 0.9.35 the size of the 'name' attribute has been increased to 250 characters.

Whitebeam release 1.3.36
(loadtime : 63ms)