Function
EN
Version 4.50
@GetACLHistory
ACL
Database
NotesAdmin
NotesSystem
Syntax
@GetACLHistory(DBHANDLE1);
Description
The ACL change history of the DB with the DBHANDLE DBHANDLE1 as TEXTLIST is returned.
Example @GetACLHistory(DBHANDLE1):
DBHANDLE1:=@OpenDB("TEST.NSF");
@LogReport(@GetACLHistory(DBHANDLE1));
DBHANDLE1:=@CloseDB(DBHANDLE1);
The database is opened, the ACL history is output, and then the database is closed again.
Note : This text was machine-translated and may contain inaccuracies.
