Current revision
Syntax
currentRevision()
Description
Returns the current revision CURRENT
Parameters
No parameters.
Return Value
Type: Revision
The current revision. Current objects are in this revision.
Examples
Example 1
$object.revision() == currentRevision()
Output: true
If the given object $currentObject
is a current object, false
if it is a historical object.