Try our conversational search powered by Generative AI!

Interface IContentTypeBaseProvider

NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Interface for content type base.

Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IContentTypeBaseProvider

Properties

ContentTypeBases

Supported content type bases.

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

Methods

Resolve(ContentTypeBase)

Resolve type from content type base.

Declaration
Type Resolve(ContentTypeBase contentTypeBase)
Parameters
Type Name Description
ContentTypeBase contentTypeBase

The content type base.

Returns
Type Description
System.Type

Returns the model type that handles the content type base.

Extension Methods