Interface IContentTypeAvailableModelSetting
Defines the signature for a component that is used to hold available page types settings for a model.
Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentTypeAvailableModelSetting
Properties
Availability
Gets wether none Page
Declaration
Availability Availability { get; }
Property Value
Type | Description |
---|---|
Availability |
|
Exclude
Gets the typed pages that are not available under an instance of a page of corresponding Page
Declaration
IEnumerable<Type> Exclude { get; }
Property Value
Type | Description |
---|---|
System. |
The available page types. |
ExcludeOn
Will exclude the typed page from the list of available Page
Declaration
IEnumerable<Type> ExcludeOn { get; }
Property Value
Type | Description |
---|---|
System. |
The available page types. |
Include
Gets the typed pages that are available under an instance of a page of corresponding Page
Declaration
IEnumerable<Type> Include { get; }
Property Value
Type | Description |
---|---|
System. |
The available page types. |
IncludeOn
Will make the typed page available as child under the specified typed pages.
Declaration
IEnumerable<Type> IncludeOn { get; }
Property Value
Type | Description |
---|---|
System. |
The available page types. |