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.

Comments

Popular posts from this blog

What is the difference between a Page Layout and Master Page in SharePoint?

Accessing data from SharePoint 2010 to an ASP.NET application

What is the difference between DDL, DML and DCL?