public static interface Database.NSFVersionInfo
Modifier and Type | Method and Description |
---|---|
int |
getMajorVersion()
The major version number indicates which releases of Domino and Notes software
are able to access that database.
The major verson number of a database is the same as the ODS version number that is displayed in the Notes Client File/Database/Properties/second information tab. |
int |
getMinorVersion()
The minor version number indicates small changes to the internal format of a database,
and is generally of little interest to a C API program.
|
int getMajorVersion()
int getMinorVersion()
Copyright © 2019–2021 HCL. All rights reserved.