Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.db:getDatabaseProperties
 
wm.ln.db:getDatabaseProperties
This Java service gets the database properties. Properties createdDate,lastModifiedDate and lastFTIndexed return variables of type DateTime objects.
Input Parameters
database
Database The lotus.domino.Database to get the properties for.
Output Parameters
properties
Record A record containing:
*title
*size
*server
*fileName
*filePath
*templateName
*designTemplateName
*isOpen
*categories
*accessLevel
*createdDate
*lastModifiedDate
*percentUsed
*replicaID
*getSizeQuota
*isDelayUpdates
*isFTIndexed
*isMultiDBSearch
*isPrivateAddressBook
*isPublicAddressBook
*lastFTIndexed
*maxSize
*folderReferencesEnabled
*parent