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.3Syntax
public interface IContentTypeBaseResolver
Methods
Resolve(ContentTypeBase)
Resolve type from content type base.
Declaration
Type Resolve(ContentTypeBase contentTypeBase)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentTypeBase | The content type base. |
Returns
Type | Description |
---|---|
System. |
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 | The type. |
Returns
Type | Description |
---|---|
Content |
Returns content type base if it exists for the type otherwise null. |