C# Class Engage.Dnn.Publish.Controls.ThumbnailSelector

Show file Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
btnUploadThumbnail global::System.Web.UI.WebControls.LinkButton
ctlMediaFile global::DotNetNuke.UI.UserControls.UrlControl
ddlThumbnailLibrary global::System.Web.UI.WebControls.DropDownList
fileThumbnail global::System.Web.UI.WebControls.FileUpload
lblImageName global::System.Web.UI.WebControls.Label
lblImageName2 global::System.Web.UI.WebControls.Label
lblImageUrl global::System.Web.UI.WebControls.Label
mvThumbnailImage global::System.Web.UI.WebControls.MultiView
pnlDnnThumb global::System.Web.UI.WebControls.Panel
pnlEngageThumb global::System.Web.UI.WebControls.Panel
rblThumbnailImage global::System.Web.UI.WebControls.RadioButtonList
txtMessage global::System.Web.UI.WebControls.TextBox
txtThumbnailUrl global::System.Web.UI.WebControls.TextBox
upnlThumbnailImage global::System.Web.UI.UpdatePanel
vwExternal global::System.Web.UI.WebControls.View
vwInternal global::System.Web.UI.WebControls.View
vwUpload global::System.Web.UI.WebControls.View

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeThumbnailControl ( ) : void
IsUploadValid ( ) : bool
btnUploadThumbnail_Click ( object sender, EventArgs e ) : void
rblThumbnailImage_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

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

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

btnUploadThumbnail protected property

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

ctlMediaFile protected property

ctlMediaFile control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.UrlControl ctlMediaFile
return global::DotNetNuke.UI.UserControls.UrlControl

ddlThumbnailLibrary protected property

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

fileThumbnail protected property

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

lblImageName protected property

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

lblImageName2 protected property

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

lblImageUrl protected property

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

mvThumbnailImage protected property

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

pnlDnnThumb protected property

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

pnlEngageThumb protected property

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

rblThumbnailImage protected property

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

txtMessage protected property

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

txtThumbnailUrl protected property

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

upnlThumbnailImage protected property

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

vwExternal protected property

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

vwInternal protected property

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

vwUpload protected property

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