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:
Post a Comment