For a list of all members of this type, see PageTypeAttribute members.
Public Properties
| Name | Description |
---|
| AllowedTypes | Optional property that limits which page types can be created under a page of this type. If not specified all page types are available. |
| DefaultChildSortDirection | Optional property that determines the default sort order of the children to a page of this type. If not specified ascending order is used. |
| DefaultChildSortOrder | Optional property that determines the default sort mode of the children to a page of this type. If not specified SortIndex is used |
| DisplayName | This is the name that will be displayed for the page type in the user interface. |
| Name | This is the internal name that acts as a key for the page type. This value should not be changed once set! |
| PageTemplate | The path to the template file for the page. Only used with WebForms, leave blank if using Mvc. |
| PageTypeDescription | An optional description that is shown in the administrative user interface when creating a new page. |
| PreviewImage | Optional property for setting the path to a preview image for the page type. This preview is shown when creating a new page. |
| TypeId | (Inherited from System.Attribute) |
Top
See Also