Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






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

A user or server name. If the name is not in the format of an abbreviated or canonical hierarchical name, it is treated as a flat name.

String lang

A language associated with the user name. For primary user names, the language should be null. For alternate user names, a language can be specified. See the Language property in Name. See @Locale in the formula language for a list of language codes.

Return value

Name

The new Name object.

Usage

See the Name class for descriptions and examples.

Language cross-reference

CreateName method in LotusScript NotesSession class

Related topics
Representing a name




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009