SharePoint WebPart | Deploy into specified webpart category
In your module xml file, add:
<File Path="MyWP.webpart" Url="MyWP.webpart" Type="GhostableInLibrary">
<Property Name="Group" Value="My WebParts" />
</File>
<File Path="MyWP.webpart" Url="MyWP.webpart" Type="GhostableInLibrary">
<Property Name="Group" Value="My WebParts" />
</File>
Comments
Post a Comment