C# Class 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
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
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

Method Details

Add_To_Stream() public method

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
return void

UploadiFive_Settings() public method

Constructor for a new instance of the UploadiFive_Settings class
public UploadiFive_Settings ( ) : System
return System