SaaS CMS has officially launched! Learn more now.

Class ContentTypeMappingDB

Inheritance
System.Object
ContentTypeMappingDB
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class ContentTypeMappingDB : Object

Constructors

ContentTypeMappingDB(IContentTypeRepository, IDatabaseExecutor)

Declaration
public ContentTypeMappingDB(IContentTypeRepository contentTypeRepository, IDatabaseExecutor dbHandler)
Parameters
Type Name Description
IContentTypeRepository contentTypeRepository
IDatabaseExecutor dbHandler

Methods

List()

Declaration
public virtual IDictionary<string, AvailableSetting> List()
Returns
Type Description
System.Collections.Generic.IDictionary<System.String, AvailableSetting>

PersistChanges(Int32, IList<AvailableContentTypeAnalyzeResult>)

Declaration
public virtual void PersistChanges(int contentTypeId, IList<AvailableContentTypeAnalyzeResult> changes)
Parameters
Type Name Description
System.Int32 contentTypeId
System.Collections.Generic.IList<AvailableContentTypeAnalyzeResult> changes

Extension Methods