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

Class is used to write the upload HTML element and the script necessary for all the UploadiFive options
Показать файл Открыть проект

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

Метод Описание
Add_To_Stream ( TextWriter Output ) : void

Add the file input and the necessary script section, with all the options specfiedi here, directly to the streamwriter

HTML_To_Write ( ) : string

Returns the HTML to add a file input and the necessary script section to enable UploadiFive with these options

UploadiFive ( ) : System

Constructor for a new instance of the UploadiFive class

Описание методов

Add_To_Stream() публичный Метод

Add the file input and the necessary script section, with all the options specfiedi here, directly to the streamwriter
public Add_To_Stream ( TextWriter Output ) : void
Output System.IO.TextWriter Writer to write to the stream
Результат void

HTML_To_Write() публичный Метод

Returns the HTML to add a file input and the necessary script section to enable UploadiFive with these options
public HTML_To_Write ( ) : string
Результат string

UploadiFive() публичный Метод

Constructor for a new instance of the UploadiFive class
public UploadiFive ( ) : System
Результат System