C# 클래스 Engage.Dnn.Publish.Admin.AdminSettings

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

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
chkAllowRichTextDescriptions_CheckedChanged ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OnInit() 보호된 메소드

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

chkAllowRichTextDescriptions_CheckedChanged() 보호된 메소드

protected chkAllowRichTextDescriptions_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

AdminSettingsWrap 보호되어 있는 프로퍼티

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

CommentsTypePanel 보호되어 있는 프로퍼티

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

DefaultRichTextDescriptionsPanel 보호되어 있는 프로퍼티

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

FirstTimeMessagePanel 보호되어 있는 프로퍼티

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

FriendlyUrlsNotOnPanel 보호되어 있는 프로퍼티

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

MailNotConfiguredCommentPanel 보호되어 있는 프로퍼티

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

MailNotConfiguredPanel 보호되어 있는 프로퍼티

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

MaximumRatingPanel 보호되어 있는 프로퍼티

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

SettingsTablePlaceHolder 보호되어 있는 프로퍼티

protected PlaceHolder SettingsTablePlaceHolder
리턴 PlaceHolder

chkAllowRichTextDescriptions 보호되어 있는 프로퍼티

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

chkAuthorCategoryEdit 보호되어 있는 프로퍼티

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

chkCommentNotification 보호되어 있는 프로퍼티

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

chkDefaultArticleComments 보호되어 있는 프로퍼티

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

chkDefaultArticleRatings 보호되어 있는 프로퍼티

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

chkDefaultEmailAFriend 보호되어 있는 프로퍼티

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

chkDefaultPrinterFriendly 보호되어 있는 프로퍼티

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

chkDefaultReturnToList 보호되어 있는 프로퍼티

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

chkDefaultRichTextDescriptions 보호되어 있는 프로퍼티

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

chkDefaultShowAuthor 보호되어 있는 프로퍼티

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

chkDefaultShowTags 보호되어 있는 프로퍼티

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

chkEmailNotification 보호되어 있는 프로퍼티

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

chkEnableComments 보호되어 있는 프로퍼티

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

chkEnableDisplayNameAsHyperlink 보호되어 있는 프로퍼티

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

chkEnableInvisibleCaptcha 보호되어 있는 프로퍼티

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

chkEnablePaging 보호되어 있는 프로퍼티

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

chkEnablePing 보호되어 있는 프로퍼티

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

chkEnablePublishFriendlyUrls 보호되어 있는 프로퍼티

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

chkEnableRatings 보호되어 있는 프로퍼티

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

chkEnableSimpleGallery 보호되어 있는 프로퍼티

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

chkEnableStandardCaptcha 보호되어 있는 프로퍼티

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

chkEnableTags 보호되어 있는 프로퍼티

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

chkEnableTimedCaptcha 보호되어 있는 프로퍼티

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

chkEnableUltraMediaGallery 보호되어 있는 프로퍼티

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

chkEnableVenexus 보호되어 있는 프로퍼티

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

chkEnableViewTracking 보호되어 있는 프로퍼티

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

chkReturnToListSession 보호되어 있는 프로퍼티

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

chkShowItemId 보호되어 있는 프로퍼티

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
리턴 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

chkUseEmbeddedArticles 보호되어 있는 프로퍼티

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

ddlAuthor 보호되어 있는 프로퍼티

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

ddlCommentsType 보호되어 있는 프로퍼티

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

ddlDefaultCategory 보호되어 있는 프로퍼티

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

ddlDefaultDisplay 보호되어 있는 프로퍼티

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

ddlDefaultTextHtmlCategory 보호되어 있는 프로퍼티

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

ddlEmailRoles 보호되어 있는 프로퍼티

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

ddlRoles 보호되어 있는 프로퍼티

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

ddlTagList 보호되어 있는 프로퍼티

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

radThumbnailSelection 보호되어 있는 프로퍼티

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

txtAdminPagingSize 보호되어 있는 프로퍼티

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

txtArticleTextHeight 보호되어 있는 프로퍼티

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

txtArticleTextWidth 보호되어 있는 프로퍼티

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

txtDefaultCacheTime 보호되어 있는 프로퍼티

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

txtItemDescriptionHeight 보호되어 있는 프로퍼티

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

txtItemDescriptionWidth 보호되어 있는 프로퍼티

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

txtMaximumRating 보호되어 있는 프로퍼티

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

txtPingChangedUrl 보호되어 있는 프로퍼티

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

txtPingServers 보호되어 있는 프로퍼티

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

txtThumbnailSubdirectory 보호되어 있는 프로퍼티

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

vsSummary 보호되어 있는 프로퍼티

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