C# 클래스 Engage.Dnn.Publish.ArticleControls.ArticleEdit

파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish

보호된 프로퍼티들

프로퍼티 타입 설명
TeArticleText TextEditor
TitlePanel global::System.Web.UI.WebControls.Panel
ValidationSummary1 global::System.Web.UI.WebControls.ValidationSummary
chkComments global::System.Web.UI.WebControls.CheckBox
chkEmailAFriend global::System.Web.UI.WebControls.CheckBox
chkForceDisplayTab global::System.Web.UI.WebControls.CheckBox
chkForumComments global::System.Web.UI.WebControls.CheckBox
chkIncludeOtherArticlesFromSameList global::System.Web.UI.WebControls.CheckBox
chkIncludeRelatedArticles global::System.Web.UI.WebControls.CheckBox
chkPrinterFriendly global::System.Web.UI.WebControls.CheckBox
chkRatings global::System.Web.UI.WebControls.CheckBox
chkReturnList global::System.Web.UI.WebControls.CheckBox
chkShowAuthor global::System.Web.UI.WebControls.CheckBox
chkTags global::System.Web.UI.WebControls.CheckBox
chkUseApprovals global::System.Web.UI.WebControls.CheckBox
clpExtended global::AjaxControlToolkit.CollapsiblePanelExtender
cmdCancel global::System.Web.UI.WebControls.LinkButton
cmdDelete global::System.Web.UI.WebControls.LinkButton
cmdUpdate global::System.Web.UI.WebControls.LinkButton
ctlUrlSelection global::DotNetNuke.UI.UserControls.UrlControl
ddlDisplayTabId global::System.Web.UI.WebControls.DropDownList
ddlPhotoGalleryAlbum global::System.Web.UI.WebControls.DropDownList
imgArticleEditExtendedHeader global::System.Web.UI.WebControls.Image
lblApproval global::DotNetNuke.UI.UserControls.LabelControl
lblArticleAttachment global::DotNetNuke.UI.UserControls.LabelControl
lblArticleEditExtendedHeader global::System.Web.UI.WebControls.Label
lblArticleId global::DotNetNuke.UI.UserControls.LabelControl
lblArticleText global::DotNetNuke.UI.UserControls.LabelControl
lblDisplayOnCurrentPage global::DotNetNuke.UI.UserControls.LabelControl
lblDisplayOptions global::DotNetNuke.UI.UserControls.LabelControl
lblEmbeddedArticle global::DotNetNuke.UI.UserControls.LabelControl
lblForceDisplayTab global::DotNetNuke.UI.UserControls.LabelControl
lblIncludeRelatedArticles global::System.Web.UI.WebControls.Label
lblNotUsingApprovals global::System.Web.UI.WebControls.Label
lblParentCategory global::DotNetNuke.UI.UserControls.LabelControl
lblPhotoGalleryAlbum global::DotNetNuke.UI.UserControls.LabelControl
lblPreviousVersionDescription global::DotNetNuke.UI.UserControls.LabelControl
lblPublishInstructions global::System.Web.UI.WebControls.Label
lblPublishOverrideable global::System.Web.UI.WebControls.Label
lblRelatedArticles global::DotNetNuke.UI.UserControls.LabelControl
lblRelatedCategories global::DotNetNuke.UI.UserControls.LabelControl
lblTagEntry global::DotNetNuke.UI.UserControls.LabelControl
lblVersionDescription global::DotNetNuke.UI.UserControls.LabelControl
lblVersionNumber global::DotNetNuke.UI.UserControls.LabelControl
phApproval global::System.Web.UI.WebControls.PlaceHolder
phArticleText global::System.Web.UI.WebControls.PlaceHolder
phControls global::System.Web.UI.WebControls.PlaceHolder
phEmbeddedArticle global::System.Web.UI.WebControls.PlaceHolder
phParentCategory global::System.Web.UI.WebControls.PlaceHolder
phRelatedArticles global::System.Web.UI.WebControls.PlaceHolder
phRelatedCategories global::System.Web.UI.WebControls.PlaceHolder
phTagEntry global::System.Web.UI.WebControls.PlaceHolder
pnlArticleEditExtended global::System.Web.UI.WebControls.Panel
publishInstructions global::System.Web.UI.HtmlControls.HtmlGenericControl
rblDisplayOnCurrentPage global::System.Web.UI.WebControls.RadioButtonList
rowPhotoGallery global::System.Web.UI.HtmlControls.HtmlTableRow
rowTagEntry global::System.Web.UI.HtmlControls.HtmlTableRow
shArticleEdit global::DotNetNuke.UI.UserControls.SectionHeadControl
shPublishInstructions global::DotNetNuke.UI.UserControls.SectionHeadControl
tblArticleEdit global::System.Web.UI.HtmlControls.HtmlGenericControl
trArticleId global::System.Web.UI.HtmlControls.HtmlTableRow
txtArticleId global::System.Web.UI.WebControls.Label
txtMessage global::System.Web.UI.WebControls.TextBox
txtPreviousVersionDescription global::System.Web.UI.WebControls.TextBox
txtVersionDescription global::System.Web.UI.WebControls.TextBox
txtVersionNumber global::System.Web.UI.WebControls.TextBox
upPublishRelationshipsProgress global::System.Web.UI.UpdateProgress
upnlApproval global::System.Web.UI.UpdatePanel
upnlDisplayLocationOptions global::System.Web.UI.UpdatePanel
upnlForceDisplayTab global::System.Web.UI.UpdatePanel
upnlForceDisplayTabLabel global::System.Web.UI.UpdatePanel
upnlParentCategory global::System.Web.UI.UpdatePanel
upnlRelatedArticles global::System.Web.UI.UpdatePanel
upnlRelatedCategories global::System.Web.UI.UpdatePanel

Private Properties

프로퍼티 타입 설명
CmdCancelClick void
CmdUpdateClick void
FillPhotoGalleryDropDown void
LoadControlType void
LoadDisplayTabDropDown void
LoadPhotoGalleryDropDown void
LoadSharedResources void
LocalizeCollapsePanels void
Page_Load void
Page_PreRender void
SaveSettings void
ShowOnlyMessage void
TextBoxMaxLengthExceeded bool
chkIncludeRelatedArticles_CheckedChanged void
chkUseApprovals_CheckedChanged void
cmdDelete_Click void
rblDisplayOnCurrentPage_SelectedIndexChanged void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

비공개 메소드들

메소드 설명
CmdCancelClick ( object sender, EventArgs e ) : void
CmdUpdateClick ( object sender, EventArgs e ) : void
FillPhotoGalleryDropDown ( ) : void
LoadControlType ( ) : void
LoadDisplayTabDropDown ( ) : void
LoadPhotoGalleryDropDown ( Article av ) : void
LoadSharedResources ( ) : void
LocalizeCollapsePanels ( ) : void
Page_Load ( object sender, EventArgs e ) : void
Page_PreRender ( object sender, EventArgs e ) : void
SaveSettings ( ) : void
ShowOnlyMessage ( ) : void
TextBoxMaxLengthExceeded ( string text, string controlName, int length ) : bool
chkIncludeRelatedArticles_CheckedChanged ( object sender, EventArgs e ) : void
chkUseApprovals_CheckedChanged ( object sender, EventArgs e ) : void
cmdDelete_Click ( object sender, EventArgs e ) : void
rblDisplayOnCurrentPage_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

프로퍼티 상세

TeArticleText 보호되어 있는 프로퍼티

protected TextEditor TeArticleText
리턴 TextEditor

TitlePanel 보호되어 있는 프로퍼티

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

ValidationSummary1 보호되어 있는 프로퍼티

ValidationSummary1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary1
리턴 global::System.Web.UI.WebControls.ValidationSummary

chkComments 보호되어 있는 프로퍼티

chkComments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkComments
리턴 global::System.Web.UI.WebControls.CheckBox

chkEmailAFriend 보호되어 있는 프로퍼티

chkEmailAFriend control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkEmailAFriend
리턴 global::System.Web.UI.WebControls.CheckBox

chkForceDisplayTab 보호되어 있는 프로퍼티

chkForceDisplayTab control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkForceDisplayTab
리턴 global::System.Web.UI.WebControls.CheckBox

chkForumComments 보호되어 있는 프로퍼티

chkForumComments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkForumComments
리턴 global::System.Web.UI.WebControls.CheckBox

chkIncludeOtherArticlesFromSameList 보호되어 있는 프로퍼티

chkIncludeOtherArticlesFromSameList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkIncludeOtherArticlesFromSameList
리턴 global::System.Web.UI.WebControls.CheckBox

chkIncludeRelatedArticles 보호되어 있는 프로퍼티

chkIncludeRelatedArticles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkIncludeRelatedArticles
리턴 global::System.Web.UI.WebControls.CheckBox

chkPrinterFriendly 보호되어 있는 프로퍼티

chkPrinterFriendly control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkPrinterFriendly
리턴 global::System.Web.UI.WebControls.CheckBox

chkRatings 보호되어 있는 프로퍼티

chkRatings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkRatings
리턴 global::System.Web.UI.WebControls.CheckBox

chkReturnList 보호되어 있는 프로퍼티

chkReturnList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkReturnList
리턴 global::System.Web.UI.WebControls.CheckBox

chkShowAuthor 보호되어 있는 프로퍼티

chkShowAuthor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkShowAuthor
리턴 global::System.Web.UI.WebControls.CheckBox

chkTags 보호되어 있는 프로퍼티

chkTags control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkTags
리턴 global::System.Web.UI.WebControls.CheckBox

chkUseApprovals 보호되어 있는 프로퍼티

chkUseApprovals control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkUseApprovals
리턴 global::System.Web.UI.WebControls.CheckBox

clpExtended 보호되어 있는 프로퍼티

clpExtended control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CollapsiblePanelExtender clpExtended
리턴 global::AjaxControlToolkit.CollapsiblePanelExtender

cmdCancel 보호되어 있는 프로퍼티

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

cmdDelete 보호되어 있는 프로퍼티

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

cmdUpdate 보호되어 있는 프로퍼티

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

ctlUrlSelection 보호되어 있는 프로퍼티

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

ddlDisplayTabId 보호되어 있는 프로퍼티

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

ddlPhotoGalleryAlbum 보호되어 있는 프로퍼티

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

imgArticleEditExtendedHeader 보호되어 있는 프로퍼티

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

lblApproval 보호되어 있는 프로퍼티

lblApproval control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblApproval
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblArticleAttachment 보호되어 있는 프로퍼티

lblArticleAttachment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblArticleAttachment
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblArticleEditExtendedHeader 보호되어 있는 프로퍼티

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

lblArticleId 보호되어 있는 프로퍼티

lblArticleId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblArticleId
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblArticleText 보호되어 있는 프로퍼티

lblArticleText control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblArticleText
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblDisplayOnCurrentPage 보호되어 있는 프로퍼티

lblDisplayOnCurrentPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblDisplayOnCurrentPage
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblDisplayOptions 보호되어 있는 프로퍼티

lblDisplayOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblDisplayOptions
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblEmbeddedArticle 보호되어 있는 프로퍼티

lblEmbeddedArticle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblEmbeddedArticle
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblForceDisplayTab 보호되어 있는 프로퍼티

lblForceDisplayTab control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblForceDisplayTab
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblIncludeRelatedArticles 보호되어 있는 프로퍼티

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

lblNotUsingApprovals 보호되어 있는 프로퍼티

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

lblParentCategory 보호되어 있는 프로퍼티

lblParentCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblParentCategory
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblPhotoGalleryAlbum 보호되어 있는 프로퍼티

lblPhotoGalleryAlbum control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblPhotoGalleryAlbum
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblPreviousVersionDescription 보호되어 있는 프로퍼티

lblPreviousVersionDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblPreviousVersionDescription
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblPublishInstructions 보호되어 있는 프로퍼티

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

lblPublishOverrideable 보호되어 있는 프로퍼티

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

lblRelatedArticles 보호되어 있는 프로퍼티

lblRelatedArticles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRelatedArticles
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblRelatedCategories 보호되어 있는 프로퍼티

lblRelatedCategories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRelatedCategories
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblTagEntry 보호되어 있는 프로퍼티

lblTagEntry control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblTagEntry
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblVersionDescription 보호되어 있는 프로퍼티

lblVersionDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblVersionDescription
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblVersionNumber 보호되어 있는 프로퍼티

lblVersionNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblVersionNumber
리턴 global::DotNetNuke.UI.UserControls.LabelControl

phApproval 보호되어 있는 프로퍼티

phApproval control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phApproval
리턴 global::System.Web.UI.WebControls.PlaceHolder

phArticleText 보호되어 있는 프로퍼티

phArticleText control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phArticleText
리턴 global::System.Web.UI.WebControls.PlaceHolder

phControls 보호되어 있는 프로퍼티

phControls control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phControls
리턴 global::System.Web.UI.WebControls.PlaceHolder

phEmbeddedArticle 보호되어 있는 프로퍼티

phEmbeddedArticle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phEmbeddedArticle
리턴 global::System.Web.UI.WebControls.PlaceHolder

phParentCategory 보호되어 있는 프로퍼티

phParentCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phParentCategory
리턴 global::System.Web.UI.WebControls.PlaceHolder

phRelatedArticles 보호되어 있는 프로퍼티

phRelatedArticles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phRelatedArticles
리턴 global::System.Web.UI.WebControls.PlaceHolder

phRelatedCategories 보호되어 있는 프로퍼티

phRelatedCategories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phRelatedCategories
리턴 global::System.Web.UI.WebControls.PlaceHolder

phTagEntry 보호되어 있는 프로퍼티

phTagEntry control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phTagEntry
리턴 global::System.Web.UI.WebControls.PlaceHolder

pnlArticleEditExtended 보호되어 있는 프로퍼티

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

publishInstructions 보호되어 있는 프로퍼티

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

rblDisplayOnCurrentPage 보호되어 있는 프로퍼티

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

rowPhotoGallery 보호되어 있는 프로퍼티

rowPhotoGallery control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow rowPhotoGallery
리턴 global::System.Web.UI.HtmlControls.HtmlTableRow

rowTagEntry 보호되어 있는 프로퍼티

rowTagEntry control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow rowTagEntry
리턴 global::System.Web.UI.HtmlControls.HtmlTableRow

shArticleEdit 보호되어 있는 프로퍼티

shArticleEdit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.SectionHeadControl shArticleEdit
리턴 global::DotNetNuke.UI.UserControls.SectionHeadControl

shPublishInstructions 보호되어 있는 프로퍼티

shPublishInstructions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.SectionHeadControl shPublishInstructions
리턴 global::DotNetNuke.UI.UserControls.SectionHeadControl

tblArticleEdit 보호되어 있는 프로퍼티

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

trArticleId 보호되어 있는 프로퍼티

trArticleId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow trArticleId
리턴 global::System.Web.UI.HtmlControls.HtmlTableRow

txtArticleId 보호되어 있는 프로퍼티

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

txtMessage 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

txtPreviousVersionDescription 보호되어 있는 프로퍼티

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

txtVersionDescription 보호되어 있는 프로퍼티

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

txtVersionNumber 보호되어 있는 프로퍼티

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

upPublishRelationshipsProgress 보호되어 있는 프로퍼티

upPublishRelationshipsProgress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdateProgress upPublishRelationshipsProgress
리턴 global::System.Web.UI.UpdateProgress

upnlApproval 보호되어 있는 프로퍼티

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

upnlDisplayLocationOptions 보호되어 있는 프로퍼티

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

upnlForceDisplayTab 보호되어 있는 프로퍼티

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

upnlForceDisplayTabLabel 보호되어 있는 프로퍼티

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

upnlParentCategory 보호되어 있는 프로퍼티

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

upnlRelatedArticles 보호되어 있는 프로퍼티

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

upnlRelatedCategories 보호되어 있는 프로퍼티

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