resortView (View - Java)

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

Optional. The name of the column on which to sort. Defaults to the first column.

Boolean ascendingFlag

Optional. True sorts columnName ascending. False sorts columnName descending. Defaults to True.

Usage

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