A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class ContentTypeMappingDB

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
ContentTypeMappingDB
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[ServiceConfiguration]
public class ContentTypeMappingDB

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