SharePoint Site Architecture
The key players in the SharePoint site architecture are listed in Table 5-1.
Table 5-1. Object Hierarchy for WSS Site Architecture
Object | Description |
---|---|
SPSite | The object represents a collection of sites on a virtual server, including a top-level site and all its subsites. |
SPList | The object represents a list on a SharePoint Web site. |
SPWebCollection | The object represents a collection of SPWeb objects. |
SPWeb | The object represents a SharePoint Web site. |
SPListCollection | The object represents a collection of SPList objects. |
SPField | The object represents a field in a list on a SharePoint Web site. |
SPListItem | The object represents an item, or row, in a list. |
These objects are relatively easy to use. Most of the functionality that you implement ...
Get Programming Excel® Services now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.