Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

November 2007 - Posts

Folders can be added under a list or under another folder and the way of adding in each case is very similar. Below another example of sample functions. public SPFolder AddFolder(SPList parentList, String title) { // Enable folder creation on the list Read More...
Adding a list is done very much in the same way as a web. You just have to pay attention to were you should get your list template from, because depending if it is a native or a custom list template the place where to get it is different ( SPWeb.ListTemplates Read More...
For my first SharePoint post I wanted to start by some of the basics related to working with the SharePoint Object Model. For sure there are other posts about this on the net, but I think that my blog should also reflect my SharePoint learning experience, Read More...