Tagged Questions
0
votes
0answers
64 views
Updating SharePoint 2010 list content types from a content hub.
Suppose I have a SP content type of "Project document". I also have several project sites, with document libraries containing this content type. Now I have created a subtype, "Extended Project ...
0
votes
0answers
625 views
SPList multiple content types - “Column does not exist” error
I'm using the Publishing feature of SharePoint. I have a custom Content Type that inherits from the ArticlePage Content Type, and is bound to the Pages list of a given site. My custom Content Type ...
0
votes
0answers
182 views
How to get SPList to expose a data entry form during “Add New Item”
I think I've successfully created a list based on a custom content type but when I click on the "Add new item" link for the list, I see nothing except:
a basic ribbon tab labeled "Edit" with icons ...
2
votes
1answer
156 views
Add content types programmatically into SPList takes too long
I've dozens of CTypes to add to an SPList programmatically (cause content types are provided by CTH) and each oSPList.ContentTypes.Add() takes almost 1sec. Is there any other approach ou code ...
1
vote
1answer
97 views
Getting library field parameters when inherited from a site column
The SetUp
I have created 3 site columns. All set to not required fields. I have added these site columns to a content type. This content type I have added to a document library. The document library ...
