Table of Contents

Class Search

Namespace
InSite.UI.Portal.Home
Assembly
InSite.UI.dll
public class Search : PortalBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute
Inheritance
Search
Implements
Inherited Members

Constructors

Search()

public Search()

Fields

FoundDiv

FoundDiv control.

protected HtmlGenericControl FoundDiv

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FoundLiteral

FoundLiteral control.

protected Literal FoundLiteral

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

NoResults

NoResults control.

protected HtmlGenericControl NoResults

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ResultRepeater

ResultRepeater control.

protected Repeater ResultRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SearchText

SearchText control.

protected InputFilter SearchText

Field Value

InputFilter

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SortBySelect

SortBySelect control.

protected ComboBox SortBySelect

Field Value

ComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

GetPageUrl()

protected string GetPageUrl()

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs