|
Whitebeam Template Reference Documentation
|
Audit Template
get()
Iterate over audit records
See Also
rb.audit.create, modify, remove() Syntax
auditRecordIterator = rb.audit.get(searchParams)
Parameters
The 'get' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | searchParams | struct auditQueryData | see definition | Required. Structure defining audit records that are to be returned in this iterator |
Results
The 'get' method returns an iterator of structure:
Type/Value | Range/Length | Description |
struct auditRecord |
see definition |
Create an iterator over a specified sub-set of audit records for this client
|
Remarks Iterate over audit records |
|
(loadtime : 89ms) |