Try our conversational search powered by Generative AI!

Class AvailableSetting

Represents the settings for which pages of type ContentType that are allowed under a ContentType

Inheritance
System.Object
AvailableSetting
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class AvailableSetting

Constructors

AvailableSetting()

Declaration
public AvailableSetting()

Properties

AllowedContentTypeNames

Gets the settings for which PageType that are allowed under a specific PageType

Declaration
public IList<string> AllowedContentTypeNames { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

The allowed content types.

Remarks

It this list is empty and Availability is Undefined it means no settings is defined which means all content types are available.

Availability

Gets or sets the settings for if No pages are available under an instance of PageType

Declaration
public Availability Availability { get; set; }
Property Value
Type Description
Availability

The none available setting.

Methods

Copy()

Copies this instance.

Declaration
public AvailableSetting Copy()
Returns
Type Description
AvailableSetting

Extension Methods