C# Class SenseNet.Portal.Portlets.ContentLinkerPortlet

Inheritance: ContentCollectionPortlet
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description

Public Methods

Method Description
ContentLinkerPortlet ( ) : System

Protected Methods

Method Description
BindEvents ( ) : void
CreateChildControls ( ) : void
LinkContentsButton_Click ( object sender, EventArgs e ) : void

Method Details

BindEvents() protected method

protected BindEvents ( ) : void
return void

ContentLinkerPortlet() public method

public ContentLinkerPortlet ( ) : System
return System

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

LinkContentsButton_Click() protected method

protected LinkContentsButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void