Try our conversational search powered by Generative AI!

Class ContentTypeAvailableModelSetting

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Holds the runtime settings for available page types for a model.

Inheritance
System.Object
ContentTypeAvailableModelSetting
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.RuntimeModel.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class ContentTypeAvailableModelSetting : IContentTypeAvailableModelSetting

Constructors

ContentTypeAvailableModelSetting()

Declaration
public ContentTypeAvailableModelSetting()

Properties

Availability

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets wether none PageType should be available to create under the PageType that has this attribute set.

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

true if no PageType is available; otherwise, false.

Exclude

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The runtime merged result of Excluded types.

Declaration
public IEnumerable<Type> Exclude { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Type>

ExcludeOn

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The runtime merged result of IncludedOn types.

Declaration
public IEnumerable<Type> ExcludeOn { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Type>

Include

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The runtime merged result of Included types.

Declaration
public IEnumerable<Type> Include { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Type>

IncludeOn

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The runtime merged result of IncludedOn types.

Declaration
public IEnumerable<Type> IncludeOn { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Type>

Implements

Extension Methods