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
hi,
1. Add a file ( "file" , "add")
2. use attachPhysicalFile(filepath)
3. apply the query
Hi,
Thanks for the reply.