.

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


LimitUpdatedBy property
Example

Read-write. The maximum number of entries allowed in the $UpdatedBy field.

Note This property is new with Release 6.5.

Defined in

Database

Data type

double

Syntax

public double getLimitUpdatedBy()
   throws NotesException

public void setLimitUpdatedBy(double updatedbys)
   throws NotesException

Usage

This property corresponds to "Limit entries in $UpdatedBy fields" in the database advanced properties of the UI.

This property must be an integer in the range 0 - 2147483647. When setting it:


A value of 0 means no limit.

When $UpdatedBy reaches the limit, a new entry results in deletion of the oldest entry.

The database must be open to use this property.

Language cross-reference

LimitUpdatedBy property in LotusScript NotesDatabase class

Example
See Also