London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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