Try our conversational search powered by Generative AI!

Class CopyPageType

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

Constructors

CopyPageType()

Declaration
public CopyPageType()

Fields

pageTypeList

Declaration
protected DropDownList pageTypeList
Field Value
Type Description
System.Web.UI.WebControls.DropDownList

Properties

AvailableSettingsRepository

Declaration
protected Injected<IAvailableSettingsRepository> AvailableSettingsRepository { get; set; }
Property Value
Type Description
Injected<IAvailableSettingsRepository>

ContentTypeAvailablilityService

Declaration
protected Injected<ContentTypeAvailabilityService> ContentTypeAvailablilityService { get; set; }
Property Value
Type Description
Injected<ContentTypeAvailabilityService>

Methods

Copy(Object, EventArgs)

Declaration
protected void Copy(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

Implements

Extension Methods