JAVA/CORBA CLASSES


createName method
Creates a new Name object.

Defined in

Session

Syntax

public Name createName(String name)
   throws NotesException

public Name createName(String name, String lang)
   throws NotesException

Parameters

String name


String lang
Return value

Name


Usage

See the Name class for descriptions and examples.

Language cross-reference

CreateName method in LotusScript NotesSession class

See Also