Search found 1 match

by AndreyN
Fri Jan 08, 2010 4:33 pm
Forum: Questions (API)
Topic: Getting content of the folder
Replies: 4
Views: 9916

Getting content of the folder

I am parsing transaction history and want to get content of the folder @ specific version. ServerOperations.client.ClientInstance.GetFolderAt always returns null to me. One topic on this forum suggested using ServerOperations.client.ClientInstance.TreeCache.Repository.Root.FindFoldersRecursive() to ...