Search found 3 matches

by mouse
Tue Jul 01, 2014 5:46 am
Forum: Support (Vault)
Topic: Help about Unshelve API
Replies: 5
Views: 5769

Re: Help about Unshelve API

What you are looking at isn't going to accomplish what you want. A real unshelve includes a lot more than that function. Take a look in the .chm file to see the functions that are supported. Do you mean .chm file in SDK? There is only one .chm and doesn't contain unshelve function or any other usef...
by mouse
Sun Jun 29, 2014 7:58 pm
Forum: Support (Vault)
Topic: Help about Unshelve API
Replies: 5
Views: 5769

Re: Help about Unshelve API

Beth wrote:I thought I had been all through our API, and I don't recall an unshelve function there. Can you show me where you found an API command of Unshelve()?
The whole path is: ServerOperations.client.ClientInstance.Unshelve
Any way, is there any path to get files which been shelved?
by mouse
Fri Jun 27, 2014 8:55 am
Forum: Support (Vault)
Topic: Help about Unshelve API
Replies: 5
Views: 5769

Help about Unshelve API

Hi, I'm developing a small tool with vault API. I want to get some files which were already shelved to a folder but not a working folder. Is there any API to implement it? Also, I found there was a API named "Unshelve()", I thought it would get files down to working folder and tried but fa...