
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a file in Vault, status readonly.
Checking out the file via API "AcquireFiles" (checkout in settings) method, the file is now checked out and has status editable (not readonly).
I do undo check out with method:
connection.FileManager.UndoCheckoutFile(file);
3 issues regarding Undo check out:
1. If I edit the checked out file and save it and then do a undo checkout I want the workflow to prompt that I am about to loose changes, how do I do that?
2. How do I set "Replace working copies" programmatially?
3. When I have performed the undo check out action, I now expect my file to have been replaced with the latest from Vault and also status of file is readonly. None of this occurs.
Appreciate your help
Solved! Go to Solution.