Triadian - Tuesday, September 7, 2010 12:03 AM:
Hi All,
How to checkin a file using API?Checkout method is available but couldn't find Checkin method in the Item class? Is there any other way to do this?
Regards,
Shafi
Yoann Maingon - Tuesday, September 7, 2010 2:50 AM:
hi,
1. Add a file ( "file" , "add")
2. use attachPhysicalFile(filepath)
3. apply the query
Triadian - Tuesday, September 7, 2010 4:11 AM:
Hi,
Thanks for the reply.