.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


ResortToViewName property
Example

Read-write. The name of the target view for a user-sorted column that allows the user to change to another view.

Note This property is new with Release 6.5.

Defined in

ViewColumn

Data type

String

Syntax

public String getResortToViewName()
   throws NotesException

public void setResortToViewName(String name)
   throws NotesException

Usage

See IsResortToView for allowing the user to change to another view in a user-sorted column.

See IsResortAscending and IsResortDescending for alternative user-sorted columns.

See IsSorted for an auto-sorted column.

Language cross-reference

ResortToViewName property in LotusScript ViewColumn class

Example
See Also