Enum Availability
Sets the availability for the page type
Namespace: EPiServer.DataAbstraction.PageTypeAvailability
Assembly: EPiServer.dll
Version: 7.19.2Syntax
[Obsolete("Please change all usages of AvailablePageTypesAttribute to AvailableContentTypesAttribute and remove use of namespace EPiServer.DataAbstraction.PageTypeAvailability")]
public enum Availability
Fields
| Name | Description |
|---|---|
| All | All page types are available. |
| None | No page types are available. |
| Specific | A specfic set of page types are available. |
| Undefined | The setting is not defined |