Class InputXForm
Simple input type that displays a XForm selector.
Implements
System.Web.UI.INamingContainer
  Inherited Members
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class InputXForm : InputBase, INamingContainerConstructors
InputXForm()
Declaration
public InputXForm()Properties
PageLink
Gets or sets the current page link.
Declaration
public PageReference PageLink { get; set; }Property Value
| Type | Description | 
|---|---|
| PageReference | The current page link. | 
Remarks
This is used by the xform select dialog.
ParentLink
Gets or sets the parent page link.
Declaration
public PageReference ParentLink { get; set; }Property Value
| Type | Description | 
|---|---|
| PageReference | The parent page link. | 
Remarks
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
  
  