Class PageExplorer
Inheritance
System.Object
PageExplorer
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class PageExplorer : UserControlBase, IRenderSettings
Constructors
PageExplorer()
Declaration
PageExplorer(IInUseNotificationRepository, IContentTypeRepository, ILanguageBranchRepository)
Declaration
public PageExplorer(IInUseNotificationRepository inUseNofiticationRepository, IContentTypeRepository pageTypeRepository, ILanguageBranchRepository languageBranchRepository)
Parameters
Fields
noFavouritesMessage
Declaration
protected Literal noFavouritesMessage
Field Value
Type |
Description |
System.Web.UI.WebControls.Literal |
|
noFavouritesPanel
Declaration
protected Panel noFavouritesPanel
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
toolTip
Declaration
protected ScriptSettings toolTip
Field Value
treeView
Declaration
protected PageTreeView treeView
Field Value
Properties
ClientInitializationCallback
Declaration
public string ClientInitializationCallback { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayTreeMode
Declaration
public PageExplorer.TreeMode DisplayTreeMode { get; set; }
Property Value
EnableDragAndDrop
Declaration
public bool EnableDragAndDrop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableDropBetweenNodes
Declaration
public bool EnableDropBetweenNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ExpandDepth
Declaration
public int ExpandDepth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExpandOnSelect
Declaration
public bool ExpandOnSelect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectedNodeViewPath
Declaration
public string SelectedNodeViewPath { get; set; }
Property Value
Type |
Description |
System.String |
|
TreeSettings
Declaration
protected GuiSettings TreeSettings { get; }
Property Value
Methods
Declaration
protected void AppendStatusIcons(PageExplorer.PageRenderContext context, Control containerControl)
Parameters
CreateDataSource(PageExplorer.TreeMode)
Declaration
protected PageDataSource CreateDataSource(PageExplorer.TreeMode treeMode)
Parameters
Returns
DataBindChildren()
Declaration
protected override void DataBindChildren()
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
PageTreeView_ItemDataBound(Object, PageTreeViewEventArgs)
Declaration
protected void PageTreeView_ItemDataBound(object sender, PageTreeViewEventArgs e)
Parameters
TreeView_DataBound(Object, EventArgs)
Declaration
protected void TreeView_DataBound(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Events
TreeItemDataBound
Declaration
public event PageTreeViewEventHandler TreeItemDataBound
Event Type
Implements
Extension Methods