Where does SharePoint store .xml and schema.xml elements for custom content types and list?

As described in the title, I'm just trying to figure out where to SharePoint 2010store the files elements.xmland schema.xmlfor the user content types, and list definitionsif anyone can help.

What I would like to do is rather create my own content type and list in the SharePoint GUI in the browser, and then go and extract the files generated by SharePoint for use in the solution built in Visual Studio, instead of encoding everything manually from scratch .

Hope this makes sense! Thank you

+5
source share
3 answers

You will not find them on your hard drive, but rather in your Content_DB.

, , SharePoint Manager 2010 Schema Xml.

enter image description here

+9

"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES"

, "Contact List Template" located at "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES\ContactsList"

+2

Mhd. . Microsoft 14 , , -. , , - , SharePoint WSP. , , , .

+2

All Articles