Categories

Using SharePoint API

The SharePoint API offers a great way to modifiy and create SharePoint content. You only need to be aware of the following restrictions:

You need to run the code on the front-end server on which you want to use the API on. Otherwise use the SharePoint web services.

The user executing the code must be be [...]

SharePoint test content

How can you easily fill your SharePoint site with pages and the documents library with test stuff?

Use this: http://www.codeplex.com/sptdatapop

Lessons learned, part 2

A couple of weeks have passed working with SharePoint. I am still learning so much every week, so here are the highlights.

Displaying sub sites Previoulsy I used SPWeb.Webs to iterate over all sub sites for a site. This is a bad idea if your user does not have access rights [...]