Autodesk Vault Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Checkout
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
127 Views, 2 Replies
12-17-2012 02:18 AM
Hello,
Am stuck up in file check out event, actually slightly modified my code so that the current proccess is FileCheckOut-Update-FileCheckin.
I used
mgr.DocumentService.CheckoutFile(folder.Id,file.I
Issue: what should i specify the last option, that is Out ByteArray FileContents and will this option checks out a file
Solved! Go to Solution.
Re: Checkout
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-17-2012 05:14 AM in reply to:
amitk_189
You create a new ByteArray variable and pass that in. For C# you use the 'out' keyword.
The CheckinFile page has some exampe code.
Re: Checkout
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-17-2012 08:36 PM in reply to:
amitk_189
Ok Doug, I will work on It. Thanks for Information.
Thanks and Regards
Amit


