This blog has moved to www.sharepointconfig.com

Nov9

Returning approved SharePoint list items from a console application

Categories: Development, Lists, MOSS
If you are using the SharePoint object model to return list items, the items are security trimmed based on the rights of the user running the code. In most cases this is great, you don’t have to do any manipulation of the items returned from CAML ...
 
May24

Increasing the maximum size of list templates

Categories: Errors, WSS 3.0, Lists, Templates
Saving a list as a template is an easy way of transferring data from one place to another in SharePoint. By default, however, the maximum size of list templates in WSS 3.0 and MOSS 2007 is 10MB.   If you try to save the list as a template that ...
 
Apr18

Creating a Custom SharePoint 2007 List Definition

Categories: Customisation, List Definition, Features
There are several steps involved in creating a custom list definition in SharePoint 2007. These are: Create custom site columns (Optional) Create custom content types (Optional) Create custom list definition The trick is to make sure that th...