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

上一篇:使用sublime编写python、php代码前的一些配置


下一篇:MySQL Memory--内存分配相关参数