ACLImportOption (NotesDXLImporter - LotusScript®)
Read-write. Indicates the handling of the incoming ACL entries: ignore, replace, or update.
Defined in
Data type
Constant of type Integer
Syntax
To get: option% = notesDXLImporter .ACLImportOption
To set: notesDXLImporter .ACLImportOption = option%
Legal values
- DXLIMPORTOPTION_IGNORE (1)
(Default) Ignores any ACL in the incoming DXL and uses the ACL in the output database as is.
- DXLIMPORTOPTION_REPLACE_ELSE_IGNORE (5)
Replaces the ACL in the output database with the ACL in the incoming DXL.
- 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.
- 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.