C# Class SenseNet.Portal.Portlets.ContentQueryPresenterPortlet

Inheritance: ContentCollectionPortlet
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
GetIntFromRequest bool

Public Methods

Method Description
ContentQueryPresenterPortlet ( ) : System

Protected Methods

Method Description
GetModel ( ) : object
RenderWithAscx ( System writer ) : void

Private Methods

Method Description
GetIntFromRequest ( string variable, int &value ) : bool

Method Details

ContentQueryPresenterPortlet() public method

public ContentQueryPresenterPortlet ( ) : System
return System

GetModel() protected method

protected GetModel ( ) : object
return object

RenderWithAscx() protected method

protected RenderWithAscx ( System writer ) : void
writer System
return void