Version

RenderNodes Method (DataTreeClientRenderer)

Renders the Nodes of the dataTree starting with the Root level nodes.
Syntax
'Declaration
 
Public Overrides Sub RenderNodes( _
   ByVal nodes As DataTreeNodeCollection, _
   ByVal writer As HtmlTextWriter, _
   ByVal addNoWalkAttribute As Boolean _
) 
public override void RenderNodes( 
   DataTreeNodeCollection nodes,
   HtmlTextWriter writer,
   bool addNoWalkAttribute
)

Parameters

nodes
The nodes being rendered
writer
The writer to which the html is rendered.
addNoWalkAttribute
Flag indicating whether to add the NoWalk attribute to the UL element.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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