London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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