London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum Availability

Sets the availability for the content type

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public enum Availability

Fields

Name Description
All

All content types are available.

None

No content types are available.

Specific

A specfic set of content types are available.

Undefined

The setting is not defined

Extension Methods