For a list of all members of this type, see PageType members.
Public Properties
| Name | Description |
---|
| AllowedTypes | Array of page types that can be created under a page of this type. If empty no child pages can be created. If null all page types can be created. |
| DefaultChildSortDirection | The child sort direction that will be set as default for a new page of this type. |
| DefaultChildSortOrder | The child sort order that will be set as default for a new page of this type. |
| DisplayName | The name of the page type which is displayed in editor. |
| Name | Name of the page type. Once set this should NOT be changed! |
| PageTemplate | Path to page template if using WebForms. |
| PageTypeDescription | Description of the page type. Shown in editor. |
| PageTypeId | Unique identifier. |
| PageTypes | List of all page types in the application. |
| PreviewImage | Path to a preview image for the page type shown in the editor. |
| ShowPublishDates | Currently not used. |
| ShowSortOrder | Currently not used. |
| ShowVisibleInMenu | Currently not used. |
| Type | The type associated with the page type. |
Top
See Also