Dynamicweb 8 Documentation
RenderSearchForm(Template,Template,Int32) Method

Template containig search form markup.
Template to render search form contents into.
An ID of the module paragraph.
Renders the search form.
Syntax
'Declaration
 
Public Overloads Shared Sub RenderSearchForm( _ 
   ByVal searchBoxTemplate As Template, _ 
   ByVal masterTemplate As Template, _ 
   ByVal paragraphID As Integer _ 
) 
public static void RenderSearchForm( 
   Template searchBoxTemplate,
   Template masterTemplate,
   int paragraphID 
)

Parameters

searchBoxTemplate
Template containig search form markup.
masterTemplate
Template to render search form contents into.
paragraphID
An ID of the module paragraph.
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