C# Класс SobekCM.Library.Helpers.UploadiFive.UploadiFiveControl

Control is used for uploading files through the UploadiFive library
Наследование: System.Web.UI.WebControls.WebControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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