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
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
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