Interface IContentTypeModelRegistrator
Component that will register a list of content type models
Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentTypeModelRegistrator
Methods
RegisterTypes(IEnumerable<ContentTypeModel>, Boolean, Boolean)
Analyzes all models and registers the content types and their property definitions.
Declaration
void RegisterTypes(IEnumerable<ContentTypeModel> typeModels, bool deleteUnusedContentTypes, bool deleteUnusedPropertyDefinitions)
Parameters
Type | Name | Description |
---|---|---|
System. |
typeModels | List of all content type models that should be registered. |
System. |
deleteUnusedContentTypes | If set to |
System. |
deleteUnusedPropertyDefinitions | If set to |