in

SharePoint Blogs

The Best Place for SharePoint-related Blogs
All Tags » MOSS » API » Views (RSS)
Need SharePoint Training? Attend a SharePoint Bootcamp!

Did you have a blog here?

Read this for important information on our recovery!


Browse by Tags

  • Creating a List with a Custom View in MOSS

    The following code can be used to create a custom list in MOSS and apply a custom view to it: // create list web.Lists.Add(listName, "", SPListTemplateType.GenericList); list = web.Lists[listName]; // Add your fields to the list list.Fields.Add("Field1", SPFieldType.Text, false);...
    Posted to MdP's MOSS Blog (Weblog) by mdp on 02-26-2007
Page 1 of 1 (1 items)

Need SharePoint Training? Attend a SharePoint Bootcamp!

Posts (c) their respective authors. Everything else (c) 2007 SharePoint Experts