C# Class Subtext.Web.Admin.ftb_imagegallery

Implements the FreeTextBox image gallery.
Inheritance: System.Web.UI.Page
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
errorMsg System.Web.UI.WebControls.PlaceHolder
folderName System.Web.UI.WebControls.Label
imageGallery FreeTextBoxControls.ImageGallery

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Page_Load ( object sender, System e ) : void

Method called when the page loads.

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

errorMsg protected_oe property

protected System.Web.UI.WebControls.PlaceHolder errorMsg
Résultat System.Web.UI.WebControls.PlaceHolder

folderName protected_oe property

protected System.Web.UI.WebControls.Label folderName
Résultat System.Web.UI.WebControls.Label

imageGallery protected_oe property

protected FreeTextBoxControls.ImageGallery imageGallery
Résultat FreeTextBoxControls.ImageGallery