Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum Availability

Sets the availability for the page type

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