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
Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GoogleSiteSearchResult ( ) : System

Méthodes protégées

Méthode Description
GetModel ( ) : object
GetXsltArgumentList ( ) : XsltArgumentList

Method Details

GetModel() protected méthode

protected GetModel ( ) : object
Résultat object

GetXsltArgumentList() protected méthode

protected GetXsltArgumentList ( ) : XsltArgumentList
Résultat System.Xml.Xsl.XsltArgumentList

GoogleSiteSearchResult() public méthode

public GoogleSiteSearchResult ( ) : System
Résultat System