SaaS CMS has officially launched! Learn more now.

Interface IContentTypeBaseResolver

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 registering content type base

Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IContentTypeBaseResolver

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 type if it exists for the content type base otherwise null.

Resolve(Type)

Resolve content type base from type.

Declaration
ContentTypeBase Resolve(Type Type)
Parameters
Type Name Description
System.Type Type

The type.

Returns
Type Description
ContentTypeBase

Returns content type base if it exists for the type otherwise null.

Extension Methods