Skip to main content

LotusScript constants: DXL import option

Where used:

  • ACLImportOption in NotesDXLImporter
  • DesignImportOption in NotesDXLImporter
  • DocumentImportOption in NotesDXLImporter

Constants:

Note: These constants are new with Release 6.

  • DXLIMPORTOPTION_CREATE (1)
  • DXLIMPORTOPTION_IGNORE (2)
  • DXLIMPORTOPTION_REPLACE_ELSE_IGNORE (5)
  • DXLIMPORTOPTION_REPLACE_ELSE_CREATE (6)
  • DXLIMPORTOPTION_UPDATE_ELSE_IGNORE (9)
  • DXLIMPORTOPTION_UPDATE_ELSE_CREATE (10)