Search
Archive
May 2013 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: List
SharePoint Hidden Lists
This is purely for my own benefit as this information seems to refuse to stick in my head! SharePoint has a number of hidden lists used to store information that is vital to its operation. It can sometimes be useful … Continue reading →
Content type added to a list does not appear on the New Menu
I’m not sure if others have encountered this behaviour when progammatically adding a content type to a list. In the following code I am adding a content type to a list and ensuring that it appears on the new menu, … Continue reading →
Posted in .NET Development, SharePoint, SharePoint 2007, SharePoint 2010
|
Tagged Content Types, Error, List, List Item, SharePoint, SharePoint 2010
|
Leave a comment
Adding a list item is not the only event that triggers the ItemAdded Event Receiver…..
I had implemented an ItemAdded event linked to a content type to force customisation of a list when an item is added for the first time. This follows from the article I posted here, which I no longer advocate. I … Continue reading →
Posted in .NET Development, SharePoint, SharePoint 2007, SharePoint 2010
|
Tagged Content Types, Event, List, Provisioning, SharePoint
|
Leave a comment
Customising newly created lists or document libraries
You want to change or enforce settings when a list or document library is created. You want to do this without the expense of creating site or list definitions. Well you could use custom templates created from an OOTB template. The problem … Continue reading →
Posted in SharePoint, SharePoint 2007
|
Tagged Event, Feature, List, Provisioning, SharePoint, Versioning
|
1 Comment