LOTUSSCRIPT/COM/OLE CLASSES


RenameRole method
Example

Changes the name of a role.

Defined in

NotesACL

Syntax

Call notesACL.RenameRole( oldName$, newName$ )

Parameters

oldName$


newName$
Usage

When you rename a role, any entries in the ACL that had the old role get the new role.

Language cross-reference

renameRole in Java ACL class

Example
See Also