The following tables list the members exposed by CmsPage.
Public Properties
| Name | Description |
---|
| Author | Name of the user who authored the page. |
| Children | A collection of children for the page. |
| ChildSortDirection | The direction in which the children for the page will be automatically sorted. |
| ChildSortOrder | The sort order that will automatically be applied to the children of the page. |
| CreatedDate | When this page was created. |
| CurrentVersion | Version number. |
| DeletedDate | When this page was deleted. For non deleted pages this value is always null. |
| HasChildren | Flag if the page has any children. |
| IsAvailable | Flag if the page is available to visitors. |
| LanguageId | Language identifier. |
| OriginalStatus | Used for new working copies in order to determine the status of the page it was based. |
| PageId | Page identifier. |
| PageName | Name of the page |
| PageTypeId | The page type which the page is. |
| PageUrl | Url to page. |
| Parent | Parent page. |
| ParentId | Page identifier of parent page. |
| ParentPath | Collection of all ancestors. |
| Property | Collection of page properties. |
| RootId | Page identifier for the first ancestor of a page. |
| ShortUrl | Short url for the page. Every version of the page will create a new url, but they will all be active to the latest published version. |
| SortIndex | Used when the parent has SortIndex as sort order for its children. |
| StartPublish | When the page should be published. |
| Status | The status of the page. |
| StopPublish | When the page should be unpublished. |
| TreeLevel | What level the page has counted from the root. |
| UpdateDate | When the page was updated. |
| UrlSegment | Part of the page url. By default based on the page name. |
| VisibleInMenu | Flag if the page should be visible in menus. |
| VisibleInSiteMap | Flag if the page should be visible in sitemaps. |
Top
Public Methods
See Also