Page 1 of 1

How to get the version no thru CMIS

PostPosted:Tue May 31, 2016 1:47 am
by andy_yzj
Thanks for @jllort's support, I know how to get the version no thru SDK (see below):

--------------------------------------------------------------------------------------
For getting the version of the document you have two options:
getDocumentProperties -> return document object and into you have the variable Version -> the name contains the actual document version
getVersionHistory -> return all the versions of a document
--------------------------------------------------------------------------------------

But now, I want to get the version no thru CMIS call.

I refer to the sample of CMIS, and tried to use getVersionLabel, the sample shows it returns the version serial. However I got the file name thru the call. Is this a bug? How to resolve this? Thanks!

Regards,
Andy
May 31

Re: How to get the version no thru CMIS

PostPosted:Mon Jul 04, 2016 7:29 am
by pavila
Please, attach a full source code to reproduce the issue and I will take care of it.

Regards.