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

Exibir arquivo 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe property

protected PlaceHolder SettingsTablePlaceHolder
return PlaceHolder

chkAllowRichTextDescriptions protected_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_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

chkUseEmbeddedArticles protected_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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