Tagged Questions
0
votes
1answer
47 views
Changing character limit on inherited column of custom content type
I've inherited the OOTB content type 'Announcement'.
I want to set a character limit on the 'Body' column for this particular child content type.
Is this possible/feasible or is this generally ...
0
votes
1answer
422 views
Extending Content Types from Content Type Hub
I have defined a content type in content type hub. I would like to use this content type on a site (other than the hub) but also to extend it with an additional (lookup) column. Is it possible to do ...
2
votes
1answer
143 views
What are the big no-no's that break content type inheritance to a site?
In my organization I have experienced that suddenly the inheritance have been unintentionally broken to a site, so that new lists or subsites only have local - obsolete versions of the content types. ...
1
vote
2answers
902 views
Content Type Hub push Content Types with Inherit=FALSE
We're deploying our custom content types to the content type hub with a feature. The content type with Inherits="TRUE" gets published to the subscriber sites without a problem. However for all content ...
1
vote
3answers
581 views
Are site columns and content types really worthwhile?
I started doing Sharepoint development by the book. From the very start I was taught, create A site column -> A content type -> A list definition -> A list instance.
So the theory here is you have ...
1
vote
1answer
96 views
Create a SharePoint abstract parent content type
Is it possible to make a content type "abstract" in SharePoint 2010, i.e. users will only able to use the content types that inherit from the parent, and not create items/lists that use the base ...
2
votes
3answers
2k views
Mysteries of the ContentType Inherits attribute
When defining content types in SharePoint 2010, there is a new Inherits attribute. According to the SDK:
The value of this attribute determines
whether the content type inherits
fields from ...