Class ContentTypeMappingDB
Inheritance
System.Object
ContentTypeMappingDB
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
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
Extension Methods