C# Class SpeakFriend.FileUpload.FileUploadFrame

Inheritance: System.Web.UI.WebControls.WebControl
Show file Open project: teamaton/speak-lib

Private Properties

Property Type Description
EnsureUploadManagerId void

Public Methods

Method Description
ClearFiles ( ) : void
FileUploadFrame ( ) : System

Protected Methods

Method Description
RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
SaveViewState ( ) : object

Private Methods

Method Description
EnsureUploadManagerId ( ) : void

Method Details

ClearFiles() public method

public ClearFiles ( ) : void
return void

FileUploadFrame() public method

public FileUploadFrame ( ) : System
return System

RenderContents() protected method

protected RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

SaveViewState() protected method

protected SaveViewState ( ) : object
return object