Try our conversational search powered by Generative AI!

Class InputXForm

Simple input type that displays a XForm selector.

Inheritance
System.Object
InputXForm
Implements
System.Web.UI.INamingContainer
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class InputXForm : InputBase, INamingContainer

Constructors

InputXForm()

Declaration
public InputXForm()

Properties

Gets or sets the current page link.

Declaration
public PageReference PageLink { get; set; }
Property Value
Type Description
PageReference

The current page link.

This is used by the xform select dialog.

Gets or sets the parent page link.

Declaration
public PageReference ParentLink { get; set; }
Property Value
Type Description
PageReference

The parent page link.

This is used by the xform select dialog.

XForm

Gets or sets the XForm representing the selected value.

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

The XForm representing the selected value.

Methods

CreateChildControls()

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

Declaration
protected override void CreateChildControls()

OnPreRender(EventArgs)

Raises the System.Web.UI.Control.PreRender event.

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

An System.EventArgs object that contains the event data.

Implements

System.Web.UI.INamingContainer

Extension Methods