AclImportOption (NotesDxlImporter - JavaScript)

Read-write. Indicates the handling of the incoming ACL entries: ignore, replace, or update.

Defined in

NotesDxlImporter

Syntax

getAclImportOption() : int

setAclImportOption(option:int) : void

Legal value Description
DxlImporter.DXLIMPORTOPTION_IGNORE (1) (Default) Ignores any ACL in the incoming DXL and uses the ACL in the output database as is.
DxlImporter.DXLIMPORTOPTION_REPLACE_ELSE_IGNORE (5) Replaces the ACL in the output database with the ACL in the incoming DXL.
DxlImporter.DXLIMPORTOPTION_UPDATE_ELSE_CREATE (10) Replaces ACL entries in the output database with ACL entries in the incoming DXL that match and adds any new ACL entries from the incoming DXL.
DxlImporter.DXLIMPORTOPTION_UPDATE_ELSE_IGNORE (9) Replaces ACL entries in the output database with ACL entries in the incoming DXL that match and leaves non-matching ACL entries in the output database.