Dear All,
I have developed CMIS desktop client in which I want to display all folders in a windows tree like structure.
I used getFolderTree method with "-1" option for depth of tree.
Can any one tell me how should I arrange looping construct to fetch all folders, folders within folders and so on.
Eg:
Folder F has 3 folders A, B and C
A, B, and C has A1, B1, C1 respectively.
How can I make looping construct generic so it can handle any level of depth?
Thanks for any help.