C# Class Engage.Dnn.Publish.Admin.Syndication

Inheritance: ModuleBase, IActionable
Show file Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
chkApproveContent global::System.Web.UI.WebControls.CheckBox
chkArchiveContent global::System.Web.UI.WebControls.CheckBox
cmdUpdate global::System.Web.UI.WebControls.LinkButton
lblApproveContent global::DotNetNuke.UI.UserControls.LabelControl
lblArchiveContent global::DotNetNuke.UI.UserControls.LabelControl
lblAuthorizationKey global::System.Web.UI.WebControls.Label
lblAuthorizationKeyHelp global::DotNetNuke.UI.UserControls.LabelControl
lblPublisherSyndication global::System.Web.UI.WebControls.Label
lblPublisherSyndicationSettings global::System.Web.UI.WebControls.Label
lblResults global::System.Web.UI.WebControls.Label
lblServiceUrl global::System.Web.UI.WebControls.Label
lblServiceUrlHelp global::DotNetNuke.UI.UserControls.LabelControl
lblSubscriberAuthorizationKey global::DotNetNuke.UI.UserControls.LabelControl
lblSubscriberServiceUrl global::DotNetNuke.UI.UserControls.LabelControl
lblSubscriberSyndication global::System.Web.UI.WebControls.Label
lblSubscriberSyndicationSettings global::System.Web.UI.WebControls.Label
lblSyndicationSettings global::System.Web.UI.WebControls.Label
txtAuthorizationKey global::System.Web.UI.WebControls.TextBox
txtSubscriberServiceUrl global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Private Methods

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

Method Details

OnInit() protected method

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

cmdUpdate_Click() protected method

protected cmdUpdate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

chkApproveContent protected property

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

chkArchiveContent protected property

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

cmdUpdate protected 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

lblApproveContent protected property

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

lblArchiveContent protected property

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

lblAuthorizationKey protected property

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

lblAuthorizationKeyHelp protected property

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

lblPublisherSyndication protected property

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

lblPublisherSyndicationSettings protected property

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

lblResults protected property

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

lblServiceUrl protected property

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

lblServiceUrlHelp protected property

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

lblSubscriberAuthorizationKey protected property

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

lblSubscriberServiceUrl protected property

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

lblSubscriberSyndication protected property

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

lblSubscriberSyndicationSettings protected property

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

lblSyndicationSettings protected property

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

txtAuthorizationKey protected property

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

txtSubscriberServiceUrl protected property

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