TemplateName (Database - Java)

Read-only. The template name of a database, if the database is a template. If the database is not a template, returns an empty string.

Defined in

Database

Data type

String

Syntax

public String getTemplateName()
    throws NotesException

Usage

A database does not need to be open to use this property.

Example