Show / Hide Table of Contents

Interface IContentTypeResolver

An interface for a contenttype resolver to allow resolving contenttypes to concrete CLR types.

Namespace:Contentful.Core.Configuration
Assembly:cs.temp.dll.dll
Syntax
public interface IContentTypeResolver

Methods

Resolve(String)

Resolves a content type id to a concrete type.

Declaration
Type Resolve(string contentTypeId)
Parameters
Type Name Description
System.String contentTypeId

The contenttype id to resolve.

Returns
Type Description
System.Type

The type for the provided contenttype id.

Back to top Copyright © 2015-2016 Contentful
Generated by DocFX