Classes
| Class | Description |
---|
| PageTypeAttribute | Used to decorate classes that inherit from CmsPage in order to declare pagetypes. This attribute is required in order for the system to find which pagetypes that is available. |
| PropertyAttribute | Used to decorate properties in pagetypes. This attribute is required in order for the system to recognize a property as being a page property. |
| PropertyTypeAttribute | Used to decorate custom property types. This attribute is required in order for the system to find and add the property type to the system. |
| SiteSettingsAttribute | Used to decorate classes that inherit from CmsSite in other to declare site definitions. This attribute is required in order for the system to find site defintions for a website. |
See Also