Ontolica for SharePoint Public API

SearchDialogComponent.RenderComponent Method (XmlWriter)

Renders the search dialog component as XML.

[Visual Basic]
Overridable Overloads Protected Sub RenderComponent( _
   ByVal output As XmlWriter _
)
[C#]
protected virtual void RenderComponent(
   XmlWriter output
);

Parameters

output
The XmlWriter with which to write.

Remarks

Override this method when you wish to style the component with XSLT instead of hardcoding the HTML layout in the .NET assembly.

Please note that the XML output requires that the XSLT template, used by the search dialog is able to process it. The XSLT template is specified by the template attribute on the <SearchDialogt> element in the Ontolica search configuration file OntolicaSearch.xml

See Also

SearchDialogComponent Class | NavigoSystems.Ontolica.SharePoint.Custom.WebControls Namespace | SearchDialogComponent.RenderComponent Overload List