// archives

Create SharePoint Site Structure Programmatically

This tag is associated with 1 posts

SharePoint - Add IntelliSense when editing CAML files in WSS v3 / MOSS 2007

If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!After years of developing code using VS.NET IntelliSense feature its pretty painful to write CAML (Collaborative Application Markup Language) in XML files where IntelliSense is not available by default.

SharePoint - Add or Delete Site Column reference from Content Types

Content type does not contain a column, or field. It only contains a reference to a site column or field. Therefore you should create a site column before you can add it to the content type definition.

    Locations of visitors to this page
View Praveen Modi's profile on LinkedIn

Recent Comments

  • Praveen Modi: Juan, seems like it should work but I haven’t tried it. I will give it a try and will update the...
  • Juan Larios: couldn’t you just do: SPFolderCollection collection = site.Lists["Site Collection...
  • sara: Try this too, Delete item from SharePoint List and more
  • jayashri kanungo: The video is slow. Usually when you run it for first time, it takes time but for subsequent time it...
  • Robert Woodlock: Thank you, sorry to ask, but would i add code to have this function automated.. Basically I was to...