JAVA/CORBA CLASSES
Defined in
DxlImporter
Data type
int
Syntax
public int getAclImportOption() throws NotesException
public void setAclImportOption(int option) throws NotesException
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 adds any new ACL entries from 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.
ACLImportOption property in LotusScript NotesDXLImporter class
See Also