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: 10.10.4Syntax
public class AvailableSetting
Constructors
AvailableSetting()
Declaration
public AvailableSetting()
Properties
AllowedContentTypeNames
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 |