LOTUSSCRIPT/COM/OLE CLASSES
Read-write. The aliases of a view.
Note This property is read-write starting with Release 6.
Defined in
NotesView
Data type
Array of strings
Syntax
To get: aliases = notesView.Aliases
To set: notesView.Aliases = aliases
Usage
When you use GetView, this property returns all but the first in the list of all the view's names. The Names property returns the first name in the list.
For example, for the name "All\By review date|Review," the property returns "Review."
IsEmpty is True for this property if the view has no aliases.
Language cross-reference
Aliases property in Java View class
Example See Also