SaaS CMS has officially launched! Learn more now.

Enum Availability

Sets the availability for the page type

Namespace: EPiServer.DataAbstraction.PageTypeAvailability
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[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

Extension Methods