C# Class SobekCM.Library.Helpers.UploadiFive.UploadiFiveControl

Control is used for uploading files through the UploadiFive library
Inheritance: System.Web.UI.WebControls.WebControl
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Méthodes publiques

Méthode Description
UploadiFiveControl ( ) : System

Constructor for a new instance of the UploadiFiveControl class

Méthodes protégées

Méthode Description
RenderContents ( System.Web.UI.HtmlTextWriter Output ) : void

Writes the file input and script necessary for the upload of the files

Method Details

RenderContents() protected méthode

Writes the file input and script necessary for the upload of the files
protected RenderContents ( System.Web.UI.HtmlTextWriter Output ) : void
Output System.Web.UI.HtmlTextWriter Stream to write to
Résultat void

UploadiFiveControl() public méthode

Constructor for a new instance of the UploadiFiveControl class
public UploadiFiveControl ( ) : System
Résultat System