|
Whitebeam Template Reference Documentation
|
Catalogue Template
category.remove()
Removes an existing category node.
See Also
rb.catalogue.category.create() rb.catalogue.category.modify() rb.catalogue.category.get() Syntax
number = rb.catalogue.category.remove(nodeID)
Parameters
The 'category.remove' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | nodeID | number | Valid nodeID | Required. Identifier of the existing category node to be removed. |
Results
The 'category.remove' method returns number:
Type/Value | Range/Length | Description |
number |
Old (invalid) nodeID, -1 |
Identifier of removed category node.
|
Remarks Any category and item associations with the category node will be moved to its parent before deletion. All contact
associations with the category node will be deleted.
|
|
(loadtime : 605ms) |