setAliases (View - Java™)
Sets the aliases of a view.
Note: This method is new with
Release 6.5.
Defined in
Syntax
public void setAliases(String aliases)
throws NotesException
Parameters
String aliases
The new aliases.
Usage
These aliases replace any existing aliases.
Use the vertical bar to delineate multiple aliases. For example, "Alias1|Alias2" specifies two aliases.
See Aliases to get and set aliases as a vector of strings.