C# Class SenseNet.Portal.Portlets.BreadCrumbPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
ProcessUrl string
RenderBreadCrumbItems void
RenderBreadCrumbItems void
RenderContentsInternal void
ReplaceSitePath string
SetActualParent void

Public Methods

Method Description
BreadCrumbPortlet ( ) : System

Protected Methods

Method Description
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
ProcessUrl ( string url ) : string
RenderBreadCrumbItems ( System.Web.UI.HtmlTextWriter writer, int index ) : void
RenderBreadCrumbItems ( System.Web.UI.HtmlTextWriter writer, string href, string menuText, bool renderLink ) : void
RenderContentsInternal ( System.Web.UI.HtmlTextWriter writer ) : void
ReplaceSitePath ( string path ) : string
SetActualParent ( Node actualNode, int index ) : void

Method Details

BreadCrumbPortlet() public method

public BreadCrumbPortlet ( ) : System
return System

RenderContents() protected method

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void