SPSiteCollection && SPWebCollection
Remarks from SDK:
SPSiteCollection Class: represents a collection of SPSite objects, or site collections,on a virtual server.
System.Object Microsoft.SharePoint.Administration.SPSiteCollection
SPWebCollection Class:represents a collection of SPWeb objects.
System.Object Microsoft.SharePoint.SPWebCollection
我的体会(如果有理解不对的地方,还望指教):
SPSiteCollection 指在virtual server中创建的顶级网站集合,当然我们可以通过“定义管理路径”来创建不同路径的顶级网站
(其中,类型为“包含通配符”的管理路径可以再创建URL名称,而“显式包含”则为最终URL)
SPWebCollection 指当前站点及其子站点的集合,子站点指该站点中创建的“网站”、“文档工作区”和“会议工作区”
SPSiteCollection Class: represents a collection of SPSite objects, or site collections,on a virtual server.
System.Object Microsoft.SharePoint.Administration.SPSiteCollection
SPWebCollection Class:represents a collection of SPWeb objects.
System.Object Microsoft.SharePoint.SPWebCollection
我的体会(如果有理解不对的地方,还望指教):
SPSiteCollection 指在virtual server中创建的顶级网站集合,当然我们可以通过“定义管理路径”来创建不同路径的顶级网站
(其中,类型为“包含通配符”的管理路径可以再创建URL名称,而“显式包含”则为最终URL)
SPWebCollection 指当前站点及其子站点的集合,子站点指该站点中创建的“网站”、“文档工作区”和“会议工作区”