Hi,
I am using the List Definition from Content type template in VS 2010. I selected the Content type and gave a name for the list. I am trying to create a Document library.
Is it possible to create folders from "List Definition from Content Type" template.
In the Elements.xml , I am having this now:
[CODE]
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<ListTemplate
Name="CustomDocumentLibrary"
Type="10000"
BaseType="1"
OnQuickLaunch="TRUE"
SecurityBits="11"
Sequence="110"
DisplayName="Custom"
Description=""
Image="/_layouts/images/itdl.png"
DocumentTemplate="121"/>
</Elements>
[/CODE]
How to create folders inside the above document library.
Thank you