Dears,
I'm creating an application that integrates with Laserfiche through SDK.
It has a folder browser which allows user to select a folder then select a document from within this folder.
I'm getting the documents from the selected folder using Children property of LFFolder object in SDK.
it returns a collection of entries, then I have to cast each one to its relative class and then get the fields metadata to be displayed in a grid view.
to make the above scenario, it takes long time if the children is too many. However, in Laserfiche Client, it can display the same quickly even if the folder contains thousands of documents.
How I can achieve such performance using SDK, Is there a way to do so using SDK? Should I cash the entries on at the client memory? Please it's an urgent and I need the best way of loading data from Laserfiche.
Thank you.