Dynamicweb 8 Documentation
BeginRenderFieldGroup Method (EditFormRenderer)

Group name.
Output stream.
Begins rendering field group.
Syntax
'Declaration
 
Public Overridable Sub BeginRenderFieldGroup( _ 
   ByVal name As String, _ 
   ByVal output As TextWriter _ 
) 
public virtual 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

EditFormRenderer Class
EditFormRenderer Members

Send Feedback