[Missing <summary> documentation for "N:Litium.Foundation.Modules.CMS.Pages"]
Classes
| Class | Description | |
|---|---|---|
|
|
BasePage |
Abstract base class for pages, working copies and version copies.
|
|
|
InvalidUrlAliasFormatException |
Thrown when the Url alias contains characters that are not web Url compliant.
|
|
|
Page |
Page.
|
|
|
PageAlreadyCheckedOutException |
Thrown when trying to check out a page which is already checked out.
|
|
|
PageAlreadyInArchiveException |
Thrown when trying to archive a page which is already in the archive.
|
|
|
PageAlreadyInTrashcanException |
Thrown when trying to move a page to trashcan which is already in the trashcan.
|
|
|
PageCanNotBeDeletedException |
Thrown when trying to deleted a page which is marked as undeletable.
|
|
|
PageChildrenCollection |
A collection of the children of a page.
|
|
|
PageDoesNotExistException |
Thrown when a page does not exist or has been deleted.
|
|
|
PageExistsException |
Thrown when a page already exists.
|
|
|
PageLockedException |
Thrown when trying to write to a page which is locked to another user.
|
|
|
SharedPageCollection |
A collection of the shared pages of a master page.
|
|
|
TranslationPageCollection |
A collection of the translation pages of an original page.
|
|
|
UrlAliasExistsException |
Thrown when trying to create an Url alias for a page and the Url alias is already in use by another page.
|
|
|
VersionCollection |
A collection of all version copies of a page.
Version index: oldest version = 0, latest = last index.
Enumerates over Version instances.
|
|
|
VersionCopy |
Version copy.
|
|
|
VersionCopyDoesNotExistException |
Thrown when a version copy does not exist or has been deleted.
|
|
|
WorkingCopy |
Working copy.
|
|
|
WorkingCopyDoesNotExistException |
Thrown when a working copy does not exist or has been deleted.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
ChangeFrequency |
Sitmape change frequancy.
|
|
|
ChildrenSortOrder |
Children sort order options.
|
|
|
MenuStatus |
Page menu status.
|
|
|
PageStatus |
Page status.
|
|
|
TranslationStatus |
Translation status.
|
|
|
WorkingCopyStatus |
Working copy status.
|