C# Class SenseNet.Portal.Portlets.GoogleSearch.GoogleSiteSearchResult

This portlet requests a google site search service through http webrequest using the given portlet properties (http://www.google.com/sitesearch/) The portlet should be used with XSLT rendering mode, since the XML returned by the service is passed on by the portlet.
Inheritance: SenseNet.Portal.UI.PortletFramework.PortletBase
Mostrar archivo Open project: maxpavlov/FlexNet

Private Properties

Property Type Description

Public Methods

Method Description
GoogleSiteSearchResult ( ) : System

Protected Methods

Method Description
GetModel ( ) : object
GetXsltArgumentList ( ) : XsltArgumentList

Method Details

GetModel() protected method

protected GetModel ( ) : object
return object

GetXsltArgumentList() protected method

protected GetXsltArgumentList ( ) : XsltArgumentList
return System.Xml.Xsl.XsltArgumentList

GoogleSiteSearchResult() public method

public GoogleSiteSearchResult ( ) : System
return System