Dynamicweb 8 Documentation
RenderGroup(Group,Template,Boolean) Method

Group to render.
Output template.
Indicates whether to render sub-groups (if the corresponding loop is defined in a template).
Renders single group.
Syntax
'Declaration
 
Public Overloads Sub RenderGroup( _ 
   ByVal Group As Group, _ 
   ByVal Template As Template, _ 
   ByVal renderSubGroups As Boolean _ 
) 
public void RenderGroup( 
   Group Group,
   Template Template,
   bool renderSubGroups 
)

Parameters

Group
Group to render.
Template
Output template.
renderSubGroups
Indicates whether to render sub-groups (if the corresponding loop is defined in a 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
Overload List

Send Feedback