From a web form (hosted in SharePoint) i am able to upload a document to a document library. I am also able to set meta data properties and provide the checkin comment.
The problem/question… When i do the above, it is creating 2 versions..one for upload and another when i add the checkin comment.
How can I provide the checkin comment with the metadata all at the same time as uploading the document so that only 1 version exists at the end?
You could use SPListItem.SystemUpdate(false) for update without increment the item version