A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum Availability

Sets the availability for the content type

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