LOTUSSCRIPT/COM/OLE CLASSES

Abstract property
Example

Read-write. Indicates whether large documents should be truncated and attachments removed during replication.

Defined in

NotesReplication

Data type

Boolean

Syntax

To get: flag = notesReplication.Abstract

To set: notesReplication.Abstract = flag

Legal values


Usage

After setting this property, you must call Save for the changes to take effect. If you do not call Save, your changes are lost.

Language cross-reference

IsAbstract in Java Replication class

@IsDocTruncated function in formula language

Example
See Also