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

Class holds all the individual setting values for the uploaders
This helper class is utilized internally by both the UploadiFiveControl and UploadiFive classes. This class contains all the properties and does some of the actual HTML writing as well
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Add_To_Stream ( TextWriter Output, string Extra_Indent, String Invalid_Message ) : void

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

UploadiFive_Settings ( ) : System

Constructor for a new instance of the UploadiFive_Settings 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, string Extra_Indent, String Invalid_Message ) : void
Output System.IO.TextWriter Writer to write to the stream
Extra_Indent string Extra indent to begin each line with (purely for formatting)
Invalid_Message String Message to display on fallback, particularly when HTML5 and flash both fail
Результат void

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

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