博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Introduction to SharePoint hierarchy
阅读量:6242 次
发布时间:2019-06-22

本文共 433 字,大约阅读时间需要 1 分钟。

/*

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

SPFarm contains SPService.

Then, SPWebApplication is relavant to IIS Website. 

SPSite is relavant to site collections.

SPWeb means SharePoint sites.

The hierarchy of SharePoint is:

 

你可能感兴趣的文章
Vue+thinkJs博客网站(一)之vue多页面应用的webpack3配置
查看>>
PHP面试题
查看>>
拖拽上传功能的实现及原理
查看>>
Spring校验@RequestParams和@PathVariables参数
查看>>
移动端H5页面阻止图片和文字被选中
查看>>
聊聊flink TaskManager的memory大小设置
查看>>
怎么将微博图片中的水印去掉
查看>>
[实践系列]Babel原理
查看>>
浅谈SLAM的回环检测技术
查看>>
GraphQL 在 koa 框架中的实践
查看>>
网站内部页面如何正确的微调
查看>>
dubbo源码解析(八)远程通信——开篇
查看>>
在Docker中使用Xdebug
查看>>
snabbdom.js(二)
查看>>
【跃迁之路】【657天】程序员高效学习方法论探索系列(实验阶段414-2018.12.01)...
查看>>
Testng(二):监听
查看>>
重构改善既有的代码设计(代码的坏味道)
查看>>
入门量子计算
查看>>
为什么全栈JavaScript经常被黑,而Java却不会被黑?
查看>>
Java设计模式的6大原则
查看>>