Introduction to SharePoint hierarchy

时间:2023-03-09 07:38:58
Introduction to SharePoint hierarchy

/*

Author: Jiangong SUN

*/

I've participated in a SharePoint 2010 project to build an intranet. Based on this experience, I want to introduce you the basics of SP.

The top of the hierarchy is SPFarm, it's static. You can access SPFarm using SPFarm.Local

Introduction to SharePoint hierarchy

SPFarm contains SPService.

Introduction to SharePoint hierarchy

Then, SPWebApplication is relavant to IIS Website.

Introduction to SharePoint hierarchy

SPSite is relavant to site collections.

Introduction to SharePoint hierarchy

Introduction to SharePoint hierarchy

SPWeb means SharePoint sites.

Introduction to SharePoint hierarchy

Introduction to SharePoint hierarchy

The hierarchy of SharePoint is:

Introduction to SharePoint hierarchy