Dynamicweb 8 Documentation
BeginRenderFieldGroup Method (StylishFormRenderer)

Group name.
Output stream.
Begins rendering field group.
Syntax
'Declaration
 
Public Overrides Sub BeginRenderFieldGroup( _ 
   ByVal name As String, _ 
   ByVal output As TextWriter _ 
) 
public override void BeginRenderFieldGroup( 
   string name,
   TextWriter output 
)

Parameters

name
Group name.
output
Output stream.
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

StylishFormRenderer Class
StylishFormRenderer Members
Base Implementation in BeginRenderFieldGroup

Send Feedback