SharePoint 2007 Object Model
SharePoint 2007 Object Model Through SharePoint object model programmatically access the SharePoint data into asp.net or any other server process. To access the SharePoint data we need to add SharePoint Microsoft.SharePoint.dll which is found under <Installed Drive>:\Program Files\Common Files\Microsoft Shared\web server extensions\12\ISAPI\ SharePoint object model grouped in two categories: 1. Server Architecture 2. Site Architecture Server Architecture Object Model : The server architecture object model access “Microsoft.SharePoint.Administration” Namespace 1. 1. Farm a. SPFarm 2. 2. Server a. SPServer 3. 3. Services a. SPServices 4. 4. Web Service a. SPWebService 5. 5. Database Service Instance a. SPServiceInstance b. SPDatabaseServiceInstance 6. 6. Web Applications a. SPWebApplication b. SPAdministrationWebApp