Loading TOC...

sec.securityVersion

sec.securityVersion() as Number

Summary

Returns the current version of the security database.

Usage Notes

This function must be executed against the security database.

Example


// Execute this against the security database.
declareUpdate();
const sec = require('/MarkLogic/security');

sec.securityVersion();

// Returns current version of security database. 
// Example ==> 90007
   

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.