[Missing <summary> documentation for "N:Litium.Foundation.Modules.CMS.Pages"]

Classes

  Class Description
Public class BasePage
Abstract base class for pages, working copies and version copies.
Public class InvalidUrlAliasFormatException
Thrown when the Url alias contains characters that are not web Url compliant.
Public class Page
Page.
Public class PageAlreadyCheckedOutException
Thrown when trying to check out a page which is already checked out.
Public class PageAlreadyInArchiveException
Thrown when trying to archive a page which is already in the archive.
Public class PageAlreadyInTrashcanException
Thrown when trying to move a page to trashcan which is already in the trashcan.
Public class PageCanNotBeDeletedException
Thrown when trying to deleted a page which is marked as undeletable.
Public class PageChildrenCollection
A collection of the children of a page.
Public class PageDoesNotExistException
Thrown when a page does not exist or has been deleted.
Public class PageExistsException
Thrown when a page already exists.
Public class PageLockedException
Thrown when trying to write to a page which is locked to another user.
Public class SharedPageCollection
A collection of the shared pages of a master page.
Public class TranslationPageCollection
A collection of the translation pages of an original page.
Public class UrlAliasExistsException
Thrown when trying to create an Url alias for a page and the Url alias is already in use by another page.
Public class VersionCollection
A collection of all version copies of a page. Version index: oldest version = 0, latest = last index. Enumerates over Version instances.
Public class VersionCopy
Version copy.
Public class VersionCopyDoesNotExistException
Thrown when a version copy does not exist or has been deleted.
Public class WorkingCopy
Working copy.
Public class WorkingCopyDoesNotExistException
Thrown when a working copy does not exist or has been deleted.

Enumerations

  Enumeration Description
Public enumeration ChangeFrequency
Sitmape change frequancy.
Public enumeration ChildrenSortOrder
Children sort order options.
Public enumeration MenuStatus
Page menu status.
Public enumeration PageStatus
Page status.
Public enumeration TranslationStatus
Translation status.
Public enumeration WorkingCopyStatus
Working copy status.