CategoryPanel Render Method Kentico 8.0 API Reference
Sends server control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

writer
Type: OnlineSystem.Web.UI HtmlTextWriter
The System.Web.UI.HtmlTextWriter object that receives the server control content
See Also