Try our conversational search powered by Generative AI!

Class PageBrowser

Inheritance
System.Object
PageBrowser
Namespace: EPiServer.UI.Edit
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class PageBrowser : ContentWebFormsBase, ISupportsScriptManager, ISystemMessageSink, IContentSource

Constructors

PageBrowser()

Declaration
public PageBrowser()

Fields

cancelButton

Declaration
protected ToolButton cancelButton
Field Value
Type Description
ToolButton

Label1

Declaration
protected Label Label1
Field Value
Type Description
System.Web.UI.WebControls.Label

nothingButton

Declaration
protected ToolButton nothingButton
Field Value
Type Description
ToolButton

okButton

Declaration
protected ToolButton okButton
Field Value
Type Description
ToolButton

pageTreeView

Declaration
protected PageExplorer pageTreeView
Field Value
Type Description
PageExplorer

ScriptEvent1

Declaration
protected ScriptEvent ScriptEvent1
Field Value
Type Description
ScriptEvent

searchButton

Declaration
protected ToolButton searchButton
Field Value
Type Description
ToolButton

searchKey

Declaration
protected TextBox searchKey
Field Value
Type Description
System.Web.UI.WebControls.TextBox
Declaration
protected HtmlInputHidden selectedPageLink
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlInputHidden

selectedPageName

Declaration
protected HtmlInputHidden selectedPageName
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlInputHidden

selfButton

Declaration
protected ToolButton selfButton
Field Value
Type Description
ToolButton

Properties

InfoVariable

Declaration
protected string InfoVariable { get; set; }
Property Value
Type Description
System.String

RequireUrlForSelectedPage

Declaration
public bool RequireUrlForSelectedPage { get; set; }
Property Value
Type Description
System.Boolean

RootPage

Declaration
protected static PageReference RootPage { get; }
Property Value
Type Description
PageReference

SelectedPageViewPath

Declaration
protected string SelectedPageViewPath { get; set; }
Property Value
Type Description
System.String

ValueVariable

Declaration
protected string ValueVariable { get; set; }
Property Value
Type Description
System.String

Methods

OnLoad(EventArgs)

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

pageTreeView_TreeItemDataBound(Object, PageTreeViewEventArgs)

Declaration
protected void pageTreeView_TreeItemDataBound(object sender, PageTreeViewEventArgs e)
Parameters
Type Name Description
System.Object sender
PageTreeViewEventArgs e

searchButton_Click(Object, EventArgs)

Declaration
protected void searchButton_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Implements

Extension Methods