C# 클래스 SobekCM.Library.Helpers.UploadiFive.UploadiFiveControl

Control is used for uploading files through the UploadiFive library
상속: System.Web.UI.WebControls.WebControl
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
UploadiFiveControl ( ) : System

Constructor for a new instance of the UploadiFiveControl class

보호된 메소드들

메소드 설명
RenderContents ( System.Web.UI.HtmlTextWriter Output ) : void

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

메소드 상세

RenderContents() 보호된 메소드

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
리턴 void

UploadiFiveControl() 공개 메소드

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