JAVA/CORBA CLASSES


resortView method
Resorts a view.

Note This method is new with Release 8.5.

Defined in

View

Syntax

public void resortView()
   throws NotesException

public void resortView(String columnName, Boolean ascendingFlag)
   throws NotesException

Parameters

String columnName


Boolean ascendingFlag
Usage

If no parameters are supplied, the view is resorted to the first column ascending.

Language cross-reference

ResortView method in LotusScript NotesView class