Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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