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

Show file Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
AdminSettingsWrap global::System.Web.UI.WebControls.Panel
CommentsTypePanel global::System.Web.UI.WebControls.Panel
DefaultRichTextDescriptionsPanel global::System.Web.UI.WebControls.Panel
FirstTimeMessagePanel global::System.Web.UI.WebControls.Panel
FriendlyUrlsNotOnPanel global::System.Web.UI.WebControls.Panel
MailNotConfiguredCommentPanel global::System.Web.UI.WebControls.Panel
MailNotConfiguredPanel global::System.Web.UI.WebControls.Panel
MaximumRatingPanel global::System.Web.UI.WebControls.Panel
SettingsTablePlaceHolder PlaceHolder
chkAllowRichTextDescriptions global::System.Web.UI.WebControls.CheckBox
chkAuthorCategoryEdit global::System.Web.UI.WebControls.CheckBox
chkCommentNotification global::System.Web.UI.WebControls.CheckBox
chkDefaultArticleComments global::System.Web.UI.WebControls.CheckBox
chkDefaultArticleRatings global::System.Web.UI.WebControls.CheckBox
chkDefaultEmailAFriend global::System.Web.UI.WebControls.CheckBox
chkDefaultPrinterFriendly global::System.Web.UI.WebControls.CheckBox
chkDefaultReturnToList global::System.Web.UI.WebControls.CheckBox
chkDefaultRichTextDescriptions global::System.Web.UI.WebControls.CheckBox
chkDefaultShowAuthor global::System.Web.UI.WebControls.CheckBox
chkDefaultShowTags global::System.Web.UI.WebControls.CheckBox
chkEmailNotification global::System.Web.UI.WebControls.CheckBox
chkEnableComments global::System.Web.UI.WebControls.CheckBox
chkEnableDisplayNameAsHyperlink global::System.Web.UI.WebControls.CheckBox
chkEnableInvisibleCaptcha global::System.Web.UI.WebControls.CheckBox
chkEnablePaging global::System.Web.UI.WebControls.CheckBox
chkEnablePing global::System.Web.UI.WebControls.CheckBox
chkEnablePublishFriendlyUrls global::System.Web.UI.WebControls.CheckBox
chkEnableRatings global::System.Web.UI.WebControls.CheckBox
chkEnableSimpleGallery global::System.Web.UI.WebControls.CheckBox
chkEnableStandardCaptcha global::System.Web.UI.WebControls.CheckBox
chkEnableTags global::System.Web.UI.WebControls.CheckBox
chkEnableTimedCaptcha global::System.Web.UI.WebControls.CheckBox
chkEnableUltraMediaGallery global::System.Web.UI.WebControls.CheckBox
chkEnableVenexus global::System.Web.UI.WebControls.CheckBox
chkEnableViewTracking global::System.Web.UI.WebControls.CheckBox
chkReturnToListSession global::System.Web.UI.WebControls.CheckBox
chkShowItemId global::System.Web.UI.WebControls.CheckBox
chkUseApprovals global::System.Web.UI.WebControls.CheckBox
chkUseEmbeddedArticles global::System.Web.UI.WebControls.CheckBox
ddlAuthor global::System.Web.UI.WebControls.DropDownList
ddlCommentsType global::System.Web.UI.WebControls.DropDownList
ddlDefaultCategory global::System.Web.UI.WebControls.DropDownList
ddlDefaultDisplay global::System.Web.UI.WebControls.DropDownList
ddlDefaultTextHtmlCategory global::System.Web.UI.WebControls.DropDownList
ddlEmailRoles global::System.Web.UI.WebControls.DropDownList
ddlRoles global::System.Web.UI.WebControls.DropDownList
ddlTagList global::System.Web.UI.WebControls.DropDownList
radThumbnailSelection global::System.Web.UI.WebControls.RadioButtonList
txtAdminPagingSize global::System.Web.UI.WebControls.TextBox
txtArticleTextHeight global::System.Web.UI.WebControls.TextBox
txtArticleTextWidth global::System.Web.UI.WebControls.TextBox
txtDefaultCacheTime global::System.Web.UI.WebControls.TextBox
txtItemDescriptionHeight global::System.Web.UI.WebControls.TextBox
txtItemDescriptionWidth global::System.Web.UI.WebControls.TextBox
txtMaximumRating global::System.Web.UI.WebControls.TextBox
txtPingChangedUrl global::System.Web.UI.WebControls.TextBox
txtPingServers global::System.Web.UI.WebControls.TextBox
txtThumbnailSubdirectory global::System.Web.UI.WebControls.TextBox
vsSummary global::System.Web.UI.WebControls.ValidationSummary

Protected Methods

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

Private Methods

Method Description
DefaultRichTextDescriptions ( ) : void
FillListControls ( ) : void
LoadAdminRolesDropDown ( ArrayList portalRoles ) : void
LoadAuthorRoleDropDown ( ArrayList portalRoles ) : void
LoadCommentTypesDropDown ( ) : void
LoadDefaultCategoryDropDown ( ) : void
LoadDefaultTextHtmlCategoryDropDown ( ) : void
LoadDisplayTabDropDown ( ) : void
LoadNotificationRolesDropDown ( ArrayList portalRoles ) : void
LoadSettings ( ) : void
LoadTagDropDown ( ) : void
LoadThumbnailSelectionRadioButtonList ( ) : void
Page_Load ( object sender, EventArgs e ) : void
UpdateHostSetting ( string settingName, bool settingValue ) : void

Updates (or creates) the setting with the given name in the Host Settings store (but for the current portal).

UpdateHostSetting ( string settingName, string settingValue ) : void

Updates (or creates) the setting with the given name in the Host Settings store (but for the current portal).

chkEnableRatings_CheckedChanged ( object source, EventArgs args ) : void
cvEmailNotification_ServerValidate ( object source, ServerValidateEventArgs args ) : void
cvMaximumRating_ServerValidate ( object source, ServerValidateEventArgs args ) : void
lnkUpdate_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

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

chkAllowRichTextDescriptions_CheckedChanged() protected method

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

Property Details

AdminSettingsWrap protected property

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

CommentsTypePanel protected property

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

DefaultRichTextDescriptionsPanel protected property

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

FirstTimeMessagePanel protected property

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

FriendlyUrlsNotOnPanel protected property

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

MailNotConfiguredCommentPanel protected property

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

MailNotConfiguredPanel protected property

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

MaximumRatingPanel protected property

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

SettingsTablePlaceHolder protected property

protected PlaceHolder SettingsTablePlaceHolder
return PlaceHolder

chkAllowRichTextDescriptions protected property

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

chkAuthorCategoryEdit protected property

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

chkCommentNotification protected property

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

chkDefaultArticleComments protected property

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

chkDefaultArticleRatings protected property

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

chkDefaultEmailAFriend protected property

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

chkDefaultPrinterFriendly protected property

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

chkDefaultReturnToList protected property

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

chkDefaultRichTextDescriptions protected property

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

chkDefaultShowAuthor protected property

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

chkDefaultShowTags protected property

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

chkEmailNotification protected property

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

chkEnableComments protected property

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

chkEnableDisplayNameAsHyperlink protected property

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

chkEnableInvisibleCaptcha protected property

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

chkEnablePaging protected property

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

chkEnablePing protected property

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

chkEnablePublishFriendlyUrls protected property

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

chkEnableRatings protected property

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

chkEnableSimpleGallery protected property

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

chkEnableStandardCaptcha protected property

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

chkEnableTags protected property

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

chkEnableTimedCaptcha protected property

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

chkEnableUltraMediaGallery protected property

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

chkEnableVenexus protected property

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

chkEnableViewTracking protected property

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

chkReturnToListSession protected property

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

chkShowItemId protected property

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

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

chkUseEmbeddedArticles protected property

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

ddlAuthor protected property

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

ddlCommentsType protected property

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

ddlDefaultCategory protected property

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

ddlDefaultDisplay protected property

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

ddlDefaultTextHtmlCategory protected property

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

ddlEmailRoles protected property

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

ddlRoles protected property

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

ddlTagList protected property

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

radThumbnailSelection protected property

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

txtAdminPagingSize protected property

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

txtArticleTextHeight protected property

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

txtArticleTextWidth protected property

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

txtDefaultCacheTime protected property

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

txtItemDescriptionHeight protected property

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

txtItemDescriptionWidth protected property

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

txtMaximumRating protected property

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

txtPingChangedUrl protected property

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

txtPingServers protected property

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

txtThumbnailSubdirectory protected property

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

vsSummary protected property

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