Search found 34 matches

by realtytrac
Tue Jun 28, 2005 11:57 am
Forum: Support (Vault)
Topic: Filtering files in a VaultHistoryQueryRequest
Replies: 18
Views: 15651

follow up

where are you getting the historyresult.objprops from? Is that somewhere in the VaultHistoryQueryRequest object, or is it in the VaultHistoryItem object?

I want to find out after doing the query whether the item is a folder or file just like the original poster of this issue was seeking.


Haider
by realtytrac
Tue Jun 28, 2005 11:12 am
Forum: Support (Vault)
Topic: sorting history query in API
Replies: 1
Views: 1682

sorting history query in API

I am using the API to do some querying. I would like to do two sorts on a history query, first being based on the name and ascending, the second based on the version number and descending. How do i do that? This is what i have so far, but it doesn't seem to be working. No documentation is available ...
by realtytrac
Thu Jun 16, 2005 9:33 am
Forum: Gold Support (Vault) -- Read-only
Topic: Use API or CLC to get history files by comment string
Replies: 3
Views: 3244

Build error on the HistoryQuery sample

When running the sample, I'm getting a file not found error for VaultPresentationLib on the line: ResourceManager rm = new ResourceManager("VaultClientPresentationLib.Resources.HistoryExplorerStrings", Assembly.Load("VaultPresentationLib")); I have the vault client installed on t...
by realtytrac
Wed Jun 15, 2005 2:18 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Use API or CLC to get history files by comment string
Replies: 3
Views: 3244

Use API or CLC to get history files by comment string

We want to integrate Vault with a version release system by retrieving files with specific comment text. I see the CLC has the HISTORY command to retrieve file versions with various filters but I don't see anything limiting by comment text like in the Vault client gui. This this possible to do witho...