Create a content type in SharePoint 2010 based on item content type but it should not have a title field.
Solution:-
1) Create an empty solution in visual studio 2010.
2) Add new item-> Content Type
3) Extend your content type from item content type.
4) now open the file and change inherits to False.
Group="ContentType Group"
Description="ContentType Description"
Inherits="FALSE"
Version="0">
No comments:
Post a Comment