C# Class Carrotware.CMS.UI.Base.PageProcessingHelper

Show file Open project: ninianne98/CarrotCakeCMS Class Usage Examples

Public Properties

Property Type Description
IsPageTemplate bool
guidContentID System.Guid

Protected Properties

Property Type Description
cu Carrotware.CMS.UI.Controls.ControlUtilities
pageContents Carrotware.CMS.Core.ContentPage
pageWidgets List
theSite Carrotware.CMS.Core.SiteData

Public Methods

Method Description
AssignContentZones ( ContentContainer pageArea, ContentContainer pageSource ) : void
AssignControls ( ) : void
LoadData ( ) : void
LoadPageControls ( ) : void
MarkWidgets ( Control control, bool bAdmin ) : void
PageProcessingHelper ( ) : System
PageProcessingHelper ( Page webPage ) : System
SetPageTitle ( ContentPage pageData ) : string

Protected Methods

Method Description
FindHtmlMeta ( Control control ) : void
FindTheControl ( string ControlName, Control control ) : WidgetContainer
GetHtmlMeta ( Control control ) : List
InsertSpecialCtrl ( Control control, ControlLocation CtrlKey ) : void

Method Details

AssignContentZones() public method

public AssignContentZones ( ContentContainer pageArea, ContentContainer pageSource ) : void
pageArea Carrotware.CMS.UI.Controls.ContentContainer
pageSource Carrotware.CMS.UI.Controls.ContentContainer
return void

AssignControls() public method

public AssignControls ( ) : void
return void

FindHtmlMeta() protected method

protected FindHtmlMeta ( Control control ) : void
control System.Web.UI.Control
return void

FindTheControl() protected method

protected FindTheControl ( string ControlName, Control control ) : WidgetContainer
ControlName string
control System.Web.UI.Control
return Carrotware.CMS.UI.Controls.WidgetContainer

GetHtmlMeta() protected method

protected GetHtmlMeta ( Control control ) : List
control System.Web.UI.Control
return List

InsertSpecialCtrl() protected method

protected InsertSpecialCtrl ( Control control, ControlLocation CtrlKey ) : void
control System.Web.UI.Control
CtrlKey ControlLocation
return void

LoadData() public method

public LoadData ( ) : void
return void

LoadPageControls() public method

public LoadPageControls ( ) : void
return void

MarkWidgets() public method

public MarkWidgets ( Control control, bool bAdmin ) : void
control System.Web.UI.Control
bAdmin bool
return void

PageProcessingHelper() public method

public PageProcessingHelper ( ) : System
return System

PageProcessingHelper() public method

public PageProcessingHelper ( Page webPage ) : System
webPage System.Web.UI.Page
return System

SetPageTitle() public method

public SetPageTitle ( ContentPage pageData ) : string
pageData Carrotware.CMS.Core.ContentPage
return string

Property Details

IsPageTemplate public property

public bool IsPageTemplate
return bool

cu protected property

protected ControlUtilities,Carrotware.CMS.UI.Controls cu
return Carrotware.CMS.UI.Controls.ControlUtilities

guidContentID public property

public Guid,System guidContentID
return System.Guid

pageContents protected property

protected ContentPage,Carrotware.CMS.Core pageContents
return Carrotware.CMS.Core.ContentPage

pageWidgets protected property

protected List pageWidgets
return List

theSite protected property

protected SiteData,Carrotware.CMS.Core theSite
return Carrotware.CMS.Core.SiteData