Class EditContentTypeBase
Inheritance
System.Object
EditContentTypeBase
Inherited Members
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7Syntax
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 |