Try our conversational search powered by Generative AI!

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.dll
Version: 7.19.2
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