LOTUSSCRIPT/COM/OLE CLASSES
Unlocks an agent.
Note This method is new with Release 6.
Defined in
NotesAgent
Syntax
Call notesAgent.UnLock( )
Usage
IsDesignLockingEnabled in NotesDatabase must be True or this method raises an error.
This method raises an error if the current user is not one of the lock holders and does not have lock breaking authority.
Language cross-reference
unLock method in Java Agent class
Example See Also