JAVA/CORBA CLASSES


Aliases property
Example

Read-only. The aliases of a view.

Defined in

View

Data type

java.util.Vector; elements are String

Syntax

public java.util.Vector getAliases()
   throws NotesException

Usage

This property does not return the name of the view. Use getName to return the name.

Old-style aliases that are in the name field, separated from the name by vertical bars, are returned as part of the name.

Language cross-reference

Aliases property in LotusScript NotesView class

Example
See Also