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

Control is used for uploading files through the UploadiFive library
Inheritance: System.Web.UI.WebControls.WebControl
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
UploadiFiveControl ( ) : System

Constructor for a new instance of the UploadiFiveControl class

Protected Methods

Method 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 method

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
return void

UploadiFiveControl() public method

Constructor for a new instance of the UploadiFiveControl class
public UploadiFiveControl ( ) : System
return System