|
Whitebeam Template Reference Documentation
|
Catalogue Template
category.create()
Creates a new category node.
See Also
rb.catalogue.category.link() rb.catalogue.category.remove() rb.catalogue.category.modify() Syntax
number = rb.catalogue.category.create(newCategory)
Parameters
The 'category.create' method takes 1 parameter:
Results
The 'category.create' method returns number:
Type/Value | Range/Length | Description |
number |
nodeID, -1 |
Identifier of created category node.
|
Remarks
By default, a new category node is linked to the root node if a parent node is not specified and its
contentsMkr is empty (since it has no sub categories or sub items).
|
|
(loadtime : 118ms) |