SheerCMS.Internals Namespace

The SheerCMS.Internals name space contains that classes that make up the data engine. These are really only every used if you are either creating your own controls, extending an existing control or debugging a problem with a control. This information is currently just a basic guide to what is there.

GuestBookEntry

This represents a single entry in the website Guest Book.

GuestBookManager

This is caching engine for the Guest Book entries.

ListEntry

This represents a single entry in item list.

ListEntryManager

This represents a individual list, containing all the ListEntry objects for that list.

ListsManager

This is caching engine for the ListEntryManagers for the whole site.

PageDefinition

This represents a single page definition for the site.

PageManager

This is caching engine for the site page definitions.

SectionDefinition

This represents a single section definition for the site.

SectionManager

This is caching engine for the site section definitions.