LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Indicates the handling of the incoming ACL entries: ignore, replace, or update.
Defined in
NotesDXLImporter
Data type
Constant of type Integer
Syntax
To get: option% = notesDXLImporter.ACLImportOption
To set: notesDXLImporter.ACLImportOption = option%
Legal values
(Default) Ignores any ACL in the incoming DXL and uses the ACL in the output database as is.
Replaces the ACL in the output database with the ACL in the incoming DXL.
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.
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.
ACLImportOption property in Java DXLImporter class
Example See Also