C# Class AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC

Inheritance: System.Web.UI.UserControl
Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
btnCancel global::System.Web.UI.HtmlControls.HtmlInputButton
cvFlashUpload global::System.Web.UI.WebControls.CustomValidator
divStatus global::System.Web.UI.HtmlControls.HtmlGenericControl
dvEditMode global::System.Web.UI.HtmlControls.HtmlGenericControl
fsUploadProgress global::System.Web.UI.HtmlControls.HtmlGenericControl
hdnFilesName global::System.Web.UI.WebControls.HiddenField
imgFile global::System.Web.UI.WebControls.Image
lbtnRemove global::System.Web.UI.WebControls.LinkButton
spanButtonPlaceHolder global::System.Web.UI.HtmlControls.HtmlGenericControl

Private Properties

Property Type Description

Public Methods

Method Description
BeginAddMode ( ) : void
BeginEditMode ( string fileName ) : void
GetFilesName ( ) : List
PerformSettings ( ) : void
RegisterScripts ( ) : void
SWFUpload_UC_Load ( object sender, EventArgs e ) : void
lbtnRemove_Click ( object sender, EventArgs e ) : void

Protected Methods

Method Description
GetApplicationUploadComplete ( ) : string
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

Method Details

BeginAddMode() public method

public BeginAddMode ( ) : void
return void

BeginEditMode() public method

public BeginEditMode ( string fileName ) : void
fileName string
return void

GetApplicationUploadComplete() protected method

protected GetApplicationUploadComplete ( ) : string
return string

GetFilesName() public method

public GetFilesName ( ) : List
return List

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

PerformSettings() public method

public PerformSettings ( ) : void
return void

RegisterScripts() public method

public RegisterScripts ( ) : void
return void

SWFUpload_UC_Load() public method

public SWFUpload_UC_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

lbtnRemove_Click() public method

public lbtnRemove_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

btnCancel protected property

btnCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputButton btnCancel
return global::System.Web.UI.HtmlControls.HtmlInputButton

cvFlashUpload protected property

cvFlashUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvFlashUpload
return global::System.Web.UI.WebControls.CustomValidator

divStatus protected property

divStatus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divStatus
return global::System.Web.UI.HtmlControls.HtmlGenericControl

dvEditMode protected property

dvEditMode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl dvEditMode
return global::System.Web.UI.HtmlControls.HtmlGenericControl

fsUploadProgress protected property

fsUploadProgress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl fsUploadProgress
return global::System.Web.UI.HtmlControls.HtmlGenericControl

hdnFilesName protected property

hdnFilesName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hdnFilesName
return global::System.Web.UI.WebControls.HiddenField

imgFile protected property

imgFile control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgFile
return global::System.Web.UI.WebControls.Image

lbtnRemove protected property

lbtnRemove control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lbtnRemove
return global::System.Web.UI.WebControls.LinkButton

spanButtonPlaceHolder protected property

spanButtonPlaceHolder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl spanButtonPlaceHolder
return global::System.Web.UI.HtmlControls.HtmlGenericControl