I need the information about SharePoint document library whether the "Allow management of content types" is checked or not. I have to use SharePoint web services.
I have looked up in GetListAndView method in Lists.asmx, but found no property in "List" Node or in "View" Node that refer to the management of Content Types .
Could anyone help me out please?
Thanks :)
You can get it from the GetList() method of lists.asmx. Look at the Flags attribute.
Better yet, here's some sample code from https://social.technet.microsoft.com/Forums/sharepoint/en-US/9d6c26a5-279e-4f4e-8dfc-b31acff81813/web-service-to-check-if-the-management-of-content-types-are-allowed?forum=sharepointgeneralprevious