Class CopyPageType
Inheritance
System.Object
CopyPageType
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class CopyPageType : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
CopyPageType()
Declaration
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
ContentTypeAvailablilityService
Declaration
protected Injected<ContentTypeAvailabilityService> ContentTypeAvailablilityService { get; set; }
Property Value
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