Dynamicweb 8 Documentation
RenderProductCategoryFields Method

Product whose category field values needs to be rendered.
Product category.
Template used to render category field values.
The name of the loop within the template.
Renders product category field values from the specified category.
Syntax
'Declaration
 
Public Sub RenderProductCategoryFields( _ 
   ByVal product As Product, _ 
   ByVal category As Category, _ 
   ByVal template As Template, _ 
   ByVal loopName As String _ 
) 
public void RenderProductCategoryFields( 
   Product product,
   Category category,
   Template template,
   string loopName 
)

Parameters

product
Product whose category field values needs to be rendered.
category
Product category.
template
Template used to render category field values.
loopName
The name of the loop within the template.
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