Try our conversational search powered by Generative AI!

Class ConvertPageTypeProperties

Inheritance
System.Object
ConvertPageTypeProperties
Implements
System.Web.UI.INamingContainer
Namespace: EPiServer.UI.WebControls
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class ConvertPageTypeProperties : Control, INamingContainer

Constructors

ConvertPageTypeProperties()

Declaration
public ConvertPageTypeProperties()

Properties

FromPageType

Declaration
public ContentType FromPageType { get; set; }
Property Value
Type Description
ContentType

ToPageType

Declaration
public ContentType ToPageType { get; set; }
Property Value
Type Description
ContentType

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()

GetMappingsForProperties()

Declaration
public List<KeyValuePair<int, int>> GetMappingsForProperties()
Returns
Type Description
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.Int32, System.Int32>>

Implements

System.Web.UI.INamingContainer

Extension Methods