.

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


setAliases method
Example

Sets the aliases of a view.

Note This method is new with Release 6.5.

Defined in

View

Syntax

public void setAliases(String aliases)
   throws NotesException

Parameters

String 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.

Language cross-reference

SetAliases method in LotusScript NotesView class

Example
See Also