JAVA/CORBA CLASSES


unlock method
Example

Unlocks a view.

Note This method is new with Release 6.5.

Defined in

View

Syntax

public void unlock()
   throws NotesException

Usage

IsDesignLockingEnabled in Database must be true or this method throws an exception.

This method throws an exception if the current user is not one of the lock holders and does not have lock breaking authority.

Language cross-reference

UnLock method in LotusScript NotesView class

Example
See Also