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 PropertyPageTypeControl

Property control that is used to select a page type.

Inheritance
System.Object
PropertyPageTypeControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class PropertyPageTypeControl : PropertySelectControlBase, IPropertyControl, INamingContainer, IRenderSettings

Constructors

PropertyPageTypeControl()

Initializes a new instance of the PropertyPageTypeControl class.

Declaration
public PropertyPageTypeControl()

Properties

PageTypeID

Gets or sets the id for the page type.

Declaration
public int PageTypeID { get; set; }
Property Value
Type Description
System.Int32

The id for the page type.

PropertyPageType

Gets or sets the corresponding PropertyPageType.

Declaration
public PropertyPageType PropertyPageType { get; set; }
Property Value
Type Description
PropertyPageType

The corresponding PropertyPageType.

Methods

SetupEditControls()

Used to apply a custom setup to the edit controls.

Declaration
protected override void SetupEditControls()
Overrides
Remarks

This method is called from CreateEditControls after the edit control(s) have been created.

Implements

System.Web.UI.INamingContainer

Extension Methods