FB_init

Thursday, May 29, 2008

Creating lists with Content Types in SharePoint

Here's how one may create a list with content types in Windows SharePoint Services 3.0. I'll create one base content type and two child content types. I'll then create two views.

using Microsoft.SharePoint;
using Microsoft.SharePoint.Administration;
using System.Xml;

// ...









No comments: