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
Implements
Inherited Members
Namespace: EPiServer.DataAbstraction.RuntimeModel.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
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 |
|
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> |