.

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


IsLink property
Example

Read-only. Indicates whether a database is the target of a link.

Note This property is new with Release 6.5.

Defined in

Database

Data type

boolean

Syntax

public boolean isLink()
   throws NotesException

Legal values


Usage

A link is a text file with an NSF extension whose only content is the full path name of a database. Accessing the link accesses the specified database.

The target database appears to exist at the location of the link. For example, the FilePath property returns the path of the link, not the target.

Language cross-reference

IsLink property in LotusScript NotesDatabase class

Example
See Also