C# Class SenseNet.Portal.Portlets.ContentRenamePortlet

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

Private Properties

Property Type Description
HideErrorPanel void
SetError void

Public Methods

Method Description
ContentRenamePortlet ( ) : System

Protected Methods

Method Description
BindEvents ( ) : void
CreateChildControls ( ) : void
RenameButton_Click ( object sender, EventArgs e ) : void
SetControlVisibility ( bool finished ) : void

Private Methods

Method Description
HideErrorPanel ( ) : void
SetError ( string errorMessage ) : void

Method Details

BindEvents() protected method

protected BindEvents ( ) : void
return void

ContentRenamePortlet() public method

public ContentRenamePortlet ( ) : System
return System

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

RenameButton_Click() protected method

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

SetControlVisibility() protected method

protected SetControlVisibility ( bool finished ) : void
finished bool
return void