SharePoint: Exporting a schema.xml file of a list from a SharePoint site

Sometime we require to add a list definition to our SharePoint deployment package. That can be cumbersome since you need to know the type of fields and their respective attribute.
It is easier if the list is made manually on the site and then the schema is exportable and used in the "List definition" code.
So here is how we can achieve that:

http://Server/SiteCollection/_vti_bin/owssvr.dll?Cmd=ExportList&List={GUID}

Update:
For like more than a year now,  I am using SharePoint Manager 2010/2013 to achieve this very conveniently.

Reference:
http://sharepoint.stackexchange.com/questions/15152/how-can-i-export-a-schema-xml-file-for-a-list-from-a-sharepoint-site
Vaqar Hyder

E: vaqar.hyder3567@gmail.com

A:

Siebenbürgen Straße 2/1, Korntal-Münchingen, 70825, PK

Hire me on Freelancer.com

Comments

Popular posts from this blog

SPFx: Develop using SharePoint Framework without Installing all the dependecies.

SharePoint Online: Elevated Permissions....with love

Powershell: Filling up an Existing Excel Sheet with data from SQL Server