Class ConvertPageType
Inheritance
System.Object
ConvertPageType
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class ConvertPageType : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
ConvertPageType()
Declaration
Fields
ConvertButton
Declaration
protected ToolButton ConvertButton
Field Value
Declaration
protected InputPageReference PageRoot
Field Value
Properties
Declaration
protected ConvertPageTypeProperties Properties
Field Value
Recursive
Declaration
protected CheckBox Recursive
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
TestButton
Declaration
protected ToolButton TestButton
Field Value
Properties
ConfirmMessage
Declaration
protected string ConfirmMessage { get; }
Property Value
Type |
Description |
System.String |
|
QueryService
Declaration
protected Injected<IPageCriteriaQueryService> QueryService { get; set; }
Property Value
Methods
Convert(Object, EventArgs)
Declaration
protected void Convert(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