Aliases (View - Java™)
Read-write. The aliases of a view.
Note: This property is read-write with Release
6.5.
Defined in
Data type
java.util.Vector; elements are String
Syntax
public java.util.Vector getAliases()
throws NotesException
public void setAliases(java.util.Vector aliases)
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.
See setAliases to set aliases as a string.