Search found 6 matches

by michaelF
Thu May 18, 2006 10:14 am
Forum: Support (Vault)
Topic: API : GetByLabel except checked out files
Replies: 2
Views: 2360

Ok. Thanks for your answer.
For 1), I will use FindFileRecursive with the file.ID attribute.
For 2), I will probably get files one after the other recursively into the folder (and subfolders).
by michaelF
Thu May 18, 2006 4:07 am
Forum: Support (Vault)
Topic: API : GetByLabel except checked out files
Replies: 2
Views: 2360

API : GetByLabel except checked out files

version 3.1.8 With the API, I am able to get a folder with a specific label (using the GetByLabel_GetData). I would like that the files that are currently checked out are not replaced. 1. When a checked out file has been locally modified, the PromptForOverwrite callback is correctly called. However,...
by michaelF
Thu May 11, 2006 9:35 am
Forum: Support (Vault)
Topic: GetByLabel_GetData API sample
Replies: 2
Views: 2425

Thank you very much for your answer.
The provided VaultCmdLineClient.cs sample is very useful and now I am able to make the GetByLabel_GetData function work.
by michaelF
Thu May 11, 2006 5:48 am
Forum: Support (Vault)
Topic: GetByLabel_GetData API sample
Replies: 2
Views: 2425

GetByLabel_GetData API sample

It is possible to have a sample on how to use the GetByLabel_GetData API function. With the source vault version 3.1.8 I get an exception saying "Value cannot be null. Parameter name : path". Here is the code I call : public bool GetFolderByLabel(string remoteFolderPath, string localFolder...
by michaelF
Thu Apr 27, 2006 10:12 am
Forum: Support (Vault)
Topic: GetLabeledFolderToNonWorkingFolder and NewBulkMessages
Replies: 2
Views: 1990

Ok. Thank you for your answer.
by michaelF
Thu Apr 27, 2006 9:10 am
Forum: Support (Vault)
Topic: GetLabeledFolderToNonWorkingFolder and NewBulkMessages
Replies: 2
Views: 1990

GetLabeledFolderToNonWorkingFolder and NewBulkMessages

[sourcegar vault version 3.1.8.] With the API, a call to GetLabeledFolderToNonWorkingFolder(...) makes the BulkMessage handlers to receive a " Fetched file.ext" for all files in the the folder with the specified label, regardless if the latest version of the file is already present on the ...