Search found 17 matches

by Aestros
Thu Aug 14, 2008 7:06 am
Forum: Questions (API)
Topic: Retrieving full child label list
Replies: 19
Views: 34274

Re: Retrieving full child label list

Problem solved !

My company installed Vault 4.1.2 ( was at 4.1.1 ) and the "Show Labels" Dialog is now showing the recursive labels correctly.
by Aestros
Tue Jul 15, 2008 6:33 am
Forum: Questions (API)
Topic: Retrieving full child label list
Replies: 19
Views: 34274

Ok. I'll try with 4.1.2 and I'll give you a feedback
by Aestros
Mon Jul 14, 2008 1:55 pm
Forum: Questions (API)
Topic: Retrieving full child label list
Replies: 19
Views: 34274

An easy question :) $/ObjectToGetLabel ( 3 label on it ) $/ObjectToGetLabel/FileWithLabel.txt ( 1 label on it) $/ObjectToGetLabel/Folder1/Folder2WithLabel ( 2 label on it) Right-click on "$/ObjectToGetLabel/FileWithLabel.txt", click on "Label..." and a label name and comment, cli...
by Aestros
Mon Jul 14, 2008 1:30 pm
Forum: Questions (API)
Topic: Retrieving full child label list
Replies: 19
Views: 34274

Thanks for #1, I'll do the same operation in the same token. For #2, it's the problem, your "Show Labels dialog" in your client program doesn't show child label too. If I use the same example as before. $/ObjectToGetLabel ( 3 label on it ) $/ObjectToGetLabel/FileWithLabel.txt ( 1 label on ...
by Aestros
Mon Jul 14, 2008 11:23 am
Forum: Questions (API)
Topic: Retrieving full child label list
Replies: 19
Views: 34274

Yes, I'm passing "true" to all the parameters. Here's my code for main label VaultLib.VaultLabelItemX[] labelList; int rowFromInherit; int rowFromRecursive; string strQueryToken; Client.BeginLabelQuery(itemPath, itemID, true, true, true, true, 0, out rowFromInherit, out rowFromRecursive,ou...
by Aestros
Mon Jul 14, 2008 9:21 am
Forum: Questions (API)
Topic: Retrieving full child label list
Replies: 19
Views: 34274

Retrieving full child label list

Need your help again with label. I'm able to get the current label of an object from "GetLabelQueryItems_Main" and "GetLabelQueryItems_Recursive". It's working great to know the label of the current object. But, is there a way to get all the child label of that object ? Here's an...
by Aestros
Tue Jul 08, 2008 12:29 pm
Forum: Questions (API)
Topic: Retrieving deleted file history
Replies: 9
Views: 14288

Nice !

It's working for the "Change Set Comment" as you said.
Thanks ! :)
by Aestros
Tue Jul 08, 2008 11:34 am
Forum: Questions (API)
Topic: Retrieving deleted file history
Replies: 9
Views: 14288

One more thing. Your routine work very well, it's easy to undelete every files with this, but, the comment are not showing up in Vault Client even if I change the 1st string.Empty and add a comment parameter in the .commit call. Is this an expected behavior ? Because I know you can't add comment dir...
by Aestros
Mon Jul 07, 2008 2:54 pm
Forum: Questions (API)
Topic: Retrieving deleted file history
Replies: 9
Views: 14288

Was already able to get all the deleted objects :).
The "ChangeSetItemColl" routine was what I was looking.

Thanks a lot again for the fast answer
by Aestros
Mon Jul 07, 2008 2:28 pm
Forum: Questions (API)
Topic: Retrieving deleted file history
Replies: 9
Views: 14288

One more question about undelete operation.

I've tried to find a way to "undelete" files with the API but I wasn't able to find a function to do it.
Can you help me out ?

Thanks !
by Aestros
Fri Jun 20, 2008 11:26 am
Forum: Questions (API)
Topic: Difference between Folder Versions details
Replies: 4
Views: 7806

It seems to work now !
Thanks for the fast answer. :)
by Aestros
Fri Jun 20, 2008 11:04 am
Forum: Questions (API)
Topic: Difference between Folder Versions details
Replies: 4
Views: 7806

I tried ProcessCommandVersionHistory but it return the list of all the version of the folder. What is not working is when I try to get the details about a selected version in the list returned by ProcessCommandVersionHistory. Details for version #4 in Vault Client application - 5 details. Details fo...
by Aestros
Fri Jun 20, 2008 9:38 am
Forum: Questions (API)
Topic: Difference between Folder Versions details
Replies: 4
Views: 7806

Difference between Folder Versions details

I have a question about Folder Versions details. When I go into your client application, do a "Show History" on a folder, I change only "View folder history by item" for "View folder history by version". Click OK. It brings me to the list of version for the selected fol...
by Aestros
Wed Jun 18, 2008 1:00 pm
Forum: Questions (API)
Topic: VaultHistoryItem type... What they really mean ?
Replies: 3
Views: 6704

Thanks for the fast answer ! :)
by Aestros
Wed Jun 18, 2008 10:07 am
Forum: Questions (API)
Topic: VaultHistoryItem type... What they really mean ?
Replies: 3
Views: 6704

VaultHistoryItem type... What they really mean ?

I'm retreving the whole history of a folder version.
In all the list of history item, we get type 1 and type 2 in VaultHistoryItem.type .

I would like to know what this type mean and if the API have more then 2 type.

Thanks.