Dynamicweb 8 Documentation
RenderProductCategories Method

Product whose categories shold be rendered.
Template used to render product categories.
The name of the template loop.
Renders product categories.
Syntax
'Declaration
 
Public Sub RenderProductCategories( _ 
   ByVal product As Product, _ 
   ByVal template As Template, _ 
   ByVal loopName As String _ 
) 
public void RenderProductCategories( 
   Product product,
   Template template,
   string loopName 
)

Parameters

product
Product whose categories shold be rendered.
template
Template used to render product categories.
loopName
The name of the template loop.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Renderer Class
Renderer Members

Send Feedback