C# 클래스 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.
상속: SenseNet.Portal.UI.PortletFramework.PortletBase
파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GoogleSiteSearchResult ( ) : System

보호된 메소드들

메소드 설명
GetModel ( ) : object
GetXsltArgumentList ( ) : XsltArgumentList

메소드 상세

GetModel() 보호된 메소드

protected GetModel ( ) : object
리턴 object

GetXsltArgumentList() 보호된 메소드

protected GetXsltArgumentList ( ) : XsltArgumentList
리턴 System.Xml.Xsl.XsltArgumentList

GoogleSiteSearchResult() 공개 메소드

public GoogleSiteSearchResult ( ) : System
리턴 System