C# Class SenseNet.Portal.Portlets.TagSearchPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
CreateControls void
GetResult IEnumerable
GetSearchedTag string
viewControl_TagSearch string

Public Methods

Method Description
TagSearchPortlet ( ) : System

Initalize the portlet name and description

Protected Methods

Method Description
CreateChildControls ( ) : void

Owerrided method, initalize the portlet

Private Methods

Method Description
CreateControls ( ) : void

Load the content view if possible, and get the attributes for it.

GetResult ( Node actNode ) : IEnumerable

Get the search result

GetSearchedTag ( Node actNode ) : string

Get the tag name which we're searching

viewControl_TagSearch ( EventArgs e, string tag ) : string

Handle that clcik onthe button in TagSearch portlet.

Method Details

CreateChildControls() protected method

Owerrided method, initalize the portlet
protected CreateChildControls ( ) : void
return void

TagSearchPortlet() public method

Initalize the portlet name and description
public TagSearchPortlet ( ) : System
return System