Search found 5 matches

by gregg1022
Wed Jul 29, 2009 8:59 am
Forum: Questions (API)
Topic: Checking in Selected Files
Replies: 1
Views: 4692

Checking in Selected Files

I am using the api VaultClient 3.1.9 I am trying to figure out the correct way to check selected files in and out. I am able to check out the files I select although I am not so sure it is the best way to do it so your input on this would be appreciated also. However I can't figure out how to check ...
by gregg1022
Thu Nov 06, 2008 4:37 pm
Forum: Questions (API)
Topic: TreeCache
Replies: 3
Views: 6881

Re: TreeCache/GetLatest

Thanks for the quick reply I added this code: AddHandler _VaultInstance.ProgressChanged, AddressOf ProgressChange Private Sub ProgressChange(ByVal sender As Object, ByVal Percent As Integer) System.Diagnostics.Debug.WriteLine(Percent.ToString) End Sub and that works fine as far as getting the percen...
by gregg1022
Thu Nov 06, 2008 9:04 am
Forum: Questions (API)
Topic: TreeCache
Replies: 3
Views: 6881

TreeCache

I am using the API version 3.1.9 with Vault version 3.1.8 I am trying to find a way to test to see that the TreeCache exists on the client machine before I call refresh. Snippet: (VaultInstance.Refresh()) Another thing I would like to do is when I get latest is to show the progress like in the GUI S...
by gregg1022
Thu Oct 30, 2008 10:42 am
Forum: Questions (API)
Topic: Get Version History For A Specified
Replies: 1
Views: 5320

Get Version History For A Specified

We are using vault version 3.1.8 with the client API version 3.1.9. What I am trying to do is get all the versions of the file. Not the files themselves just all the version numbers that exist in vault. Eventually I may want to get one of the actual files for a selected version Thanks I think I have...
by gregg1022
Tue Oct 28, 2008 1:51 pm
Forum: Questions (API)
Topic: Building Folder Tree
Replies: 2
Views: 5933

Building Folder Tree

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 t...