sec.securityVersion() as Number
Returns the current version of the security database.
This function must be executed against the security database.
// Execute this against the security database. declareUpdate(); const sec = require('/MarkLogic/security'); sec.securityVersion(); // Returns current version of security database. // Example ==> 90007
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.