What is a SiteCollection in SharePoint?
A Site Collection is a collection of web sites under a web application.
Under each site collection there will be a top level site and under that there can be multiple child sites.
It is represented as "SPSite" in the object model and each web site under each of the site collection is represented as "SPWeb" in the object model.
Under each site collection there will be a top level site and under that there can be multiple child sites.
It is represented as "SPSite" in the object model and each web site under each of the site collection is represented as "SPWeb" in the object model.
Comments
Post a Comment