C# Class AJH.CMS.WEB.UI.ProductSitePath

Inheritance: AJH.CMS.WEB.UI.Utilities.CMSUserControlBase
Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
xmlProduct global::System.Web.UI.WebControls.Xml

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
FillCatalogsXML ( Catalog catalog, XmlDocument xmlDoc, XmlElement rootElement ) : void
FillSitePath ( ) : void
ProductSitePath_Load ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

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

Property Details

xmlProduct protected property

xmlProduct control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Xml xmlProduct
return global::System.Web.UI.WebControls.Xml