C# Class Carrotware.CMS.UI.Controls.BaseNavSel

Inheritance: Carrotware.CMS.UI.Controls.BaseNavCommon, IWidgetLimitedProperties
Show file Open project: ninianne98/CarrotCakeCMS

Private Properties

Property Type Description

Public Methods

Method Description
GetChildren ( System.Guid rootContentID ) : List
GetTopNav ( ) : List

Protected Methods

Method Description
IsContained ( List navCrumbs, System.Guid rootContentID ) : SiteNav
LoadChildren ( System.Web.UI.HtmlTextWriter output, System.Guid rootContentID, string sItemCSS, int iParent, int iLevel ) : void
OnPreRender ( EventArgs e ) : void
RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
WriteListPrefix ( System.Web.UI.HtmlTextWriter output ) : void
WriteListSuffix ( System.Web.UI.HtmlTextWriter output ) : void
WriteTopLevel ( System.Web.UI.HtmlTextWriter output ) : void

Method Details

GetChildren() public method

public GetChildren ( System.Guid rootContentID ) : List
rootContentID System.Guid
return List

GetTopNav() public method

public GetTopNav ( ) : List
return List

IsContained() protected method

protected IsContained ( List navCrumbs, System.Guid rootContentID ) : SiteNav
navCrumbs List
rootContentID System.Guid
return Carrotware.CMS.Core.SiteNav

LoadChildren() protected method

protected LoadChildren ( System.Web.UI.HtmlTextWriter output, System.Guid rootContentID, string sItemCSS, int iParent, int iLevel ) : void
output System.Web.UI.HtmlTextWriter
rootContentID System.Guid
sItemCSS string
iParent int
iLevel int
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

RenderContents() protected method

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

WriteListPrefix() protected method

protected WriteListPrefix ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

WriteListSuffix() protected method

protected WriteListSuffix ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

WriteTopLevel() protected method

protected WriteTopLevel ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void