cancel
Showing results for 
Search instead for 
Did you mean: 

How to iterate ? getFolderTree

nikes
Champ on-the-rise
Champ on-the-rise
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.
1 REPLY 1

nikes
Champ on-the-rise
Champ on-the-rise
Done. I used recursive function to fetch full folder tree.