Greetings. I am using sdk 9.0 of Laserfiche and I am trying to read a parent folder and list all the documents on the subfolders below it. I am using this code FolderInfo myFolder = Folder.GetFolderInfo("\\ROOT\\PARENT_FOLDER\\", session); using (FolderListing listing = myFolder.OpenFolderListing(entrySetting, 1000)) {} when I look at the listing object, I can see the folders but not documents, I've already filtered my entrySetting to get AllTypes of objects, but I am interested on the contents of the subfolders. Any clue how I should proceed? Best Regards.
Caio Himmelsbach