Hi,I need to CheckOut the document in the Interwoven using COM.I tried using the code Dim doc As IManDocument = userSession.Databases.ItemByName _("IWOV").GetDocument(2156, 1)doc.CheckOutEx("e:\temp\sample.xml", _ imCheckOutOptions.imReplaceExistingFile, Nothing, "hai", _ imHistEvent.imHistoryCheckout, "", "")I was able to Checkout the document.But I need to Checkout the document with "Integrated Checkout" option.Which will open the document when it is CheckOut and it will automatically Checkin when it closed.Can any one help me to achieve Integrated Checkout option using COM or WebserviceThanks,
Hi,I need to achieve the Intgrated CheckOut functionality as in Interwoven.i.e When i select document and click Integrated checkout. document must open and user must can Edit the document. When user close the document. It must automatically CheckedIn.Can you help me to achieve this function.