Get Major and minor version limit values for a List object using Microsoft.Sharepoint.Client
I have managed to get if versioning is enabled or not for a particular List.
How do i get the Major & Minor version limits in Sharepoint 2010.

It seems it is available in 2013. Is there some way i can get it in 2010?
August 21st, 2015 10:00am

Here you go

Please find the link below

http://www.c-sharpcorner.com/UploadFile/anavijai/get-the-major-and-minor-version-of-the-file-in-sharepoint-20/

Free Windows Admin Tool Kit Click here and download it now
August 21st, 2015 10:06am

Thanks for the reply.
But i am using C# and not ECMAScript.

i need this using Microsoft.Sharepoint.Client Library
August 21st, 2015 10:30am

Hi,

According to your description, my understanding is that you want to get Major & Minor version limits of a list object in SharePoint 2010.

As I understand, in SharePoint list object, there is no such property in Client Object API. You can refer the article below for more details:

SharePoint 2010 List Properties

In SharePoint 2013, it's available using List.MajorWithMinorVersionsLimit property:

List.MajorWithMinorVersionsLimit property

Thanks

Best Regards

Free Windows Admin Tool Kit Click here and download it now
August 23rd, 2015 11:31pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics