Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Checkin Document without checkout before
wolfixx
Hi Guys
Is there a way to checkin a new version of an existing document without doing a checkout (incl coping the file to the local drive before). I am developing a migration tool which brings documents with many versions accross. I do not want to transfer the current version of a document to the local PC in order to checkin a new version.
Is there something like a checkout without coping the file locally?
Thanks in advance
Wolfgang
Find more posts tagged with
Comments
RJKnott
Use the IManExt.ImportCmd with the filename specified
wolfixx
The IManExt.ImportCmd Command Popups the New Profile Window. I have no use for that in a migration tool when handling thousands of documents.
Is there anyother way?
jny
You would need to use the low-level api's (imanage.dll) to checkout and checkin the document. The ImportNewVersionCmd which is used for the UI Import as New Version command also has to do the same. This command , unfortunately, does not have a contextitem to use to suppress the new version dialog.