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

ファイルを表示 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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