今天在写代码时,使用了 NotesAclEntry对象的Level属性获取 人员的权限级别
NotesAclEntry由 ACl.GetEntry(username)获得
Username只支持 人员名称,不支持group
所以改用了 db.currentAclLevel方法获取权限级别