Class ContentTypeModelValidator
Used to validate the aliases for the content type when MB is enabled to ensure that no illegal aliases are used
Namespace: Umbraco.Cms.Web.BackOffice.ModelsBuilder
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class ContentTypeModelValidator : ContentTypeModelValidatorBase<DocumentTypeSave, PropertyTypeBasic>
Constructors
View SourceContentTypeModelValidator(IOptions<ModelsBuilderSettings>)
Declaration
public ContentTypeModelValidator(IOptions<ModelsBuilderSettings> config)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.Options.IOptions<ModelsBuilderSettings> | config |