C# Class SenseNet.Portal.Portlets.ContentDeletePortlet

Inheritance: ContentCollectionPortlet
Exibir arquivo Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
BindEvents void
ContentsAreInTrash bool
ContentsAreTrashable bool
DeleteContentsForever void
DeleteContentsToTrash void
GetNodesInTreeCount int
ProcessCommand void
SetLabel void
ShowException void
ToggleControlVisibility void

Public Methods

Method Description
ContentDeletePortlet ( ) : System

Protected Methods

Method Description
CreateChildControls ( ) : void
MessageControlButtonsAction ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
BindEvents ( ) : void
ContentsAreInTrash ( ) : bool
ContentsAreTrashable ( ) : bool
DeleteContentsForever ( ) : void
DeleteContentsToTrash ( ) : void
GetNodesInTreeCount ( ) : int
ProcessCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void
SetLabel ( Control control, string labelId, string name, string path ) : void

Sets the label Text property based on the formatted text is included in that property.

ShowException ( Exception ex ) : void
ToggleControlVisibility ( Control userControl, string controlId, bool value ) : void

Method Details

ContentDeletePortlet() public method

public ContentDeletePortlet ( ) : System
return System

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

MessageControlButtonsAction() protected method

protected MessageControlButtonsAction ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.CommandEventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void