IsDisabled (NotesReplication - JavaScript)

Read-Write. Indicates whether replication is disabled.

Defined in

NotesReplication

Syntax

isDisabled() : boolean

setDisabled(bValue:boolean) : void

Legal value Description
true to disable replication
false to enable replication

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.