C# Class Engage.Dnn.Publish.ArticleControls.ArticleEdit

Mostrar archivo Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
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

Property Type Description
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

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
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

Method Details

OnInit() protected method

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

Property Details

TeArticleText protected_oe property

protected TextEditor TeArticleText
return TextEditor

TitlePanel protected_oe property

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
return global::System.Web.UI.WebControls.Panel

ValidationSummary1 protected_oe property

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
return global::System.Web.UI.WebControls.ValidationSummary

chkComments protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkEmailAFriend protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkForceDisplayTab protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkForumComments protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkIncludeOtherArticlesFromSameList protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkIncludeRelatedArticles protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkPrinterFriendly protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkRatings protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkReturnList protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkShowAuthor protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkTags protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkUseApprovals protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

clpExtended protected_oe property

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

cmdCancel protected_oe property

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
return global::System.Web.UI.WebControls.LinkButton

cmdDelete protected_oe property

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
return global::System.Web.UI.WebControls.LinkButton

cmdUpdate protected_oe property

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
return global::System.Web.UI.WebControls.LinkButton

ctlUrlSelection protected_oe property

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

ddlDisplayTabId protected_oe property

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
return global::System.Web.UI.WebControls.DropDownList

ddlPhotoGalleryAlbum protected_oe property

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
return global::System.Web.UI.WebControls.DropDownList

imgArticleEditExtendedHeader protected_oe property

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
return global::System.Web.UI.WebControls.Image

lblApproval protected_oe property

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

lblArticleAttachment protected_oe property

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

lblArticleEditExtendedHeader protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblArticleId protected_oe property

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

lblArticleText protected_oe property

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

lblDisplayOnCurrentPage protected_oe property

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

lblDisplayOptions protected_oe property

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

lblEmbeddedArticle protected_oe property

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

lblForceDisplayTab protected_oe property

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

lblIncludeRelatedArticles protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblNotUsingApprovals protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblParentCategory protected_oe property

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

lblPhotoGalleryAlbum protected_oe property

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

lblPreviousVersionDescription protected_oe property

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

lblPublishInstructions protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblPublishOverrideable protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblRelatedArticles protected_oe property

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

lblRelatedCategories protected_oe property

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

lblTagEntry protected_oe property

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

lblVersionDescription protected_oe property

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

lblVersionNumber protected_oe property

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

phApproval protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

phArticleText protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

phControls protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

phEmbeddedArticle protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

phParentCategory protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

phRelatedArticles protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

phRelatedCategories protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

phTagEntry protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

pnlArticleEditExtended protected_oe property

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
return global::System.Web.UI.WebControls.Panel

publishInstructions protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

rblDisplayOnCurrentPage protected_oe property

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
return global::System.Web.UI.WebControls.RadioButtonList

rowPhotoGallery protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlTableRow

rowTagEntry protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlTableRow

shArticleEdit protected_oe property

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

shPublishInstructions protected_oe property

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

tblArticleEdit protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

trArticleId protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlTableRow

txtArticleId protected_oe property

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
return global::System.Web.UI.WebControls.Label

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

txtPreviousVersionDescription protected_oe property

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

txtVersionDescription protected_oe property

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

txtVersionNumber protected_oe property

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

upPublishRelationshipsProgress protected_oe property

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

upnlApproval protected_oe property

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

upnlDisplayLocationOptions protected_oe property

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

upnlForceDisplayTab protected_oe property

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

upnlForceDisplayTabLabel protected_oe property

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

upnlParentCategory protected_oe property

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

upnlRelatedArticles protected_oe property

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

upnlRelatedCategories protected_oe property

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