Dear Team.
Customer is migrating documents from a file system into CS using a tool in C# that inserts the documents via the web services api. He'd really like to set the version number in CS to match the version number implied by the filename. E.g. for "MySpecification_V06" he'd like to have a CS version number of 6 once he's put the document in via the api.
He can parse out the filename and so on, but there seems to be no sensible way to make that as version 6 in Content Server. The call to UpdateVersion() is documented to only change the mime type and comment. I did try, and it enforces that ruling :-)
Any ideas how to make the version match, other than uploading it six times? Is there an API call I missed?
Cheers
JC