Try our conversational search powered by Generative AI!

Class EditContentTypeBase

Inheritance
System.Object
EditContentTypeBase
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class EditContentTypeBase : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

EditContentTypeBase()

Declaration
public EditContentTypeBase()

Properties

PropertyDefinitionRepository

Declaration
public virtual IPropertyDefinitionRepository PropertyDefinitionRepository { get; set; }
Property Value
Type Description
IPropertyDefinitionRepository

Methods

ResetContentType(ContentType)

Declaration
protected virtual void ResetContentType(ContentType contentType)
Parameters
Type Name Description
ContentType contentType

Implements

Extension Methods