C# Class SenseNet.Portal.Portlets.ContentMovePortlet

Inheritance: ContentCollectionPortlet
Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

Свойство Type Description
GetOpenContentPicklerScript string
HideErrorPanel void
SetError void

Méthodes publiques

Méthode Description
ContentMovePortlet ( ) : System

Méthodes protégées

Méthode Description
BindEvents ( ) : void
CreateChildControls ( ) : void
MoveCurrentButton_Click ( object sender, EventArgs e ) : void
MoveToButton_Click ( object sender, EventArgs e ) : void
SetControlVisibility ( bool finished ) : void

Private Methods

Méthode Description
GetOpenContentPicklerScript ( ) : string
HideErrorPanel ( ) : void
SetError ( string errorMessage ) : void

Method Details

BindEvents() protected méthode

protected BindEvents ( ) : void
Résultat void

ContentMovePortlet() public méthode

public ContentMovePortlet ( ) : System
Résultat System

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

MoveCurrentButton_Click() protected méthode

protected MoveCurrentButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

MoveToButton_Click() protected méthode

protected MoveToButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

SetControlVisibility() protected méthode

protected SetControlVisibility ( bool finished ) : void
finished bool
Résultat void