Interface IHostSettings
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IHostSettings
Properties
AdminMembershipResetLinkValidity
Declaration
TimeSpan AdminMembershipResetLinkValidity { get; }
Property Value
AllowControlPanelToDetermineVisibility
Declaration
bool AllowControlPanelToDetermineVisibility { get; }
Property Value
AllowOverrideThemeViaQueryString
Declaration
bool AllowOverrideThemeViaQueryString { get; }
Property Value
AllowRichTextModuleTitle
Declaration
bool AllowRichTextModuleTitle { get; }
Property Value
AllowedExtensionAllowList
Declaration
IFileExtensionAllowList AllowedExtensionAllowList { get; }
Property Value
AsyncTimeout
Declaration
TimeSpan AsyncTimeout { get; }
Property Value
AuthenticatedCacheability
Declaration
CacheControlHeader AuthenticatedCacheability { get; }
Property Value
AutoAccountUnlockDuration
Declaration
TimeSpan AutoAccountUnlockDuration { get; }
Property Value
CdnEnabled
Declaration
Property Value
CheckUpgrade
Declaration
bool CheckUpgrade { get; }
Property Value
ControlPanel
Declaration
string ControlPanel { get; }
Property Value
CrmEnableCompositeFiles
Declaration
bool CrmEnableCompositeFiles { get; }
Property Value
CrmMinifyCss
Declaration
bool CrmMinifyCss { get; }
Property Value
CrmMinifyJs
Declaration
bool CrmMinifyJs { get; }
Property Value
CrmVersion
Declaration
Property Value
DebugMode
Declaration
Property Value
DefaultAdminContainer
Declaration
string DefaultAdminContainer { get; }
Property Value
DefaultAdminSkin
Declaration
string DefaultAdminSkin { get; }
Property Value
DefaultDocType
Declaration
string DefaultDocType { get; }
Property Value
DefaultEndUserExtensionAllowList
Declaration
IFileExtensionAllowList DefaultEndUserExtensionAllowList { get; }
Property Value
DefaultPortalContainer
Declaration
string DefaultPortalContainer { get; }
Property Value
DefaultPortalSkin
Declaration
string DefaultPortalSkin { get; }
Property Value
DisableEditBar
Declaration
bool DisableEditBar { get; }
Property Value
DisplayBetaNotice
Declaration
bool DisplayBetaNotice { get; }
Property Value
EnableBannedList
Declaration
bool EnableBannedList { get; }
Property Value
EnableBrowserLanguage
Declaration
bool EnableBrowserLanguage { get; }
Property Value
EnableContentLocalization
Declaration
bool EnableContentLocalization { get; }
Property Value
EnableCustomModuleCssClass
Declaration
bool EnableCustomModuleCssClass { get; }
Property Value
EnableFileAutoSync
Declaration
bool EnableFileAutoSync { get; }
Property Value
EnableIPChecking
Declaration
bool EnableIPChecking { get; }
Property Value
EnableModuleOnLineHelp
Declaration
bool EnableModuleOnLineHelp { get; }
Property Value
EnableMsAjaxCdn
Declaration
bool EnableMsAjaxCdn { get; }
Property Value
EnablePasswordHistory
Declaration
bool EnablePasswordHistory { get; }
Property Value
EnableRequestFilters
Declaration
bool EnableRequestFilters { get; }
Property Value
EnableStrengthMeter
Declaration
bool EnableStrengthMeter { get; }
Property Value
EnableUrlLanguage
Declaration
bool EnableUrlLanguage { get; }
Property Value
EventLogBuffer
Declaration
bool EventLogBuffer { get; }
Property Value
Guid
Declaration
Property Value
HelpUrl
Declaration
Property Value
HostEmail
Declaration
string HostEmail { get; }
Property Value
HostPortalId
Declaration
int HostPortalId { get; }
Property Value
HostSpace
Declaration
double HostSpace { get; }
Property Value
HostTitle
Declaration
string HostTitle { get; }
Property Value
HostUrl
Declaration
Property Value
HttpCompressionAlgorithm
Declaration
int HttpCompressionAlgorithm { get; }
Property Value
IsLocked
Declaration
Property Value
MembershipDaysBeforePasswordReuse
Declaration
int MembershipDaysBeforePasswordReuse { get; }
Property Value
MembershipFailedIPException
Declaration
string MembershipFailedIPException { get; }
Property Value
MembershipNumberPasswords
Declaration
int MembershipNumberPasswords { get; }
Property Value
MembershipResetLinkValidity
Declaration
TimeSpan MembershipResetLinkValidity { get; }
Property Value
MessageSchedulerBatchSize
Declaration
int MessageSchedulerBatchSize { get; }
Property Value
ModuleCachingMethod
Declaration
string ModuleCachingMethod { get; }
Property Value
PageCachingMethod
Declaration
string PageCachingMethod { get; }
Property Value
PageQuota
Declaration
Property Value
PageStatePersister
Declaration
string PageStatePersister { get; }
Property Value
PasswordExpiry
Declaration
TimeSpan PasswordExpiry { get; }
Property Value
PasswordExpiryReminder
Declaration
TimeSpan PasswordExpiryReminder { get; }
Property Value
Declaration
PerformanceSettings PerformanceSetting { get; set; }
Property Value
ProxyPassword
Declaration
string ProxyPassword { get; }
Property Value
ProxyPort
Declaration
Property Value
ProxyServer
Declaration
string ProxyServer { get; }
Property Value
ProxyUsername
Declaration
string ProxyUsername { get; }
Property Value
RememberCheckbox
Declaration
bool RememberCheckbox { get; }
Property Value
SchedulerDelayAtAppStart
Declaration
TimeSpan SchedulerDelayAtAppStart { get; }
Property Value
SchedulerMode
Declaration
SchedulerMode SchedulerMode { get; }
Property Value
SearchIncludeCommon
Declaration
bool SearchIncludeCommon { get; }
Property Value
SearchIncludeNumeric
Declaration
bool SearchIncludeNumeric { get; }
Property Value
SearchIncludedTagInfoFilter
Declaration
string SearchIncludedTagInfoFilter { get; }
Property Value
SearchMaxWordLength
Declaration
int SearchMaxWordLength { get; }
Property Value
SearchMinWordLength
Declaration
int SearchMinWordLength { get; }
Property Value
ShowCriticalErrors
Declaration
bool ShowCriticalErrors { get; }
Property Value
SslDomain
Declaration
string SslDomain { get; }
Property Value
ThrowCboExceptions
Declaration
bool ThrowCboExceptions { get; }
Property Value
UnauthenticatedCacheability
Declaration
CacheControlHeader UnauthenticatedCacheability { get; }
Property Value
UpgradeForceSsl
Declaration
bool UpgradeForceSsl { get; }
Property Value
UseCustomErrorMessages
Declaration
bool UseCustomErrorMessages { get; }
Property Value
UseFriendlyUrls
Declaration
bool UseFriendlyUrls { get; }
Property Value
UserQuota
Declaration
Property Value
WebRequestTimeout
Declaration
TimeSpan WebRequestTimeout { get; }
Property Value
Extension Methods