|
Whitebeam Template Reference Documentation
|
Audit Template
create()
Create a new audit record
See Also
rb.audit.modify, remove() Syntax
number = rb.audit.create(data)
Parameters
The 'create' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | data | struct auditRecord | see definition | Required. Structure containing the information from which the new audit record is to be created |
Results
The 'create' method returns number:
Type/Value | Range/Length | Description |
number |
  |
Unique ID of the newly created audit record, or -1 if the record could not be created
|
Remarks Create a new audit record and return the ID of that record to the caller. |
|
(loadtime : 105ms) |