I am trying to get all the folders in a selected repository and create the tree the way you would see it in the Vault GUI. I have tried several ways but the closest I have come is getting the folders but not in the correct order. Seems they are ordered by the when they were created. Is there a way to easily rebuild the folder tree of a repository?
Thanks
Building Folder Tree
Moderator: SourceGear
Re: Building Folder Tree
What version are you working with?
Can you give me a snippet of your code to look at?
Can you give me a snippet of your code to look at?
Re: Building Folder Tree
I just realized what you're probably missing. Try setting the Sorted property on your tree control to true.