JAVA/CORBA CLASSES
Changes the name of a role.
Defined in
ACL
Syntax
public void renameRole(String oldname, String newname) throws NotesException
Parameters
String oldname
You must call save on the ACL if you want the modified ACL to be saved to disk.
When you rename a role, any entries in the ACL that had the old role get the new role.
Language cross-reference
RenameRole in LotusScript NotesACL class
Example See Also