OpenNTF / org.openntf.domino

Open replacement for lotus.domino package in HCL Domino
Apache License 2.0
65 stars 34 forks source link

Incorrect Collection when working with a Folder #117

Closed leedy closed 4 years ago

leedy commented 10 years ago

View itemView = itemDB.getView("xAttach"); DocumentCollection collect = itemView.getAllDocuments(); System.out.println("Migrating : " + collect.getCount());

Assuming "xAttach" is a folder and not a view. This code returns all the documents in the database and not the folder itself.