summaryT:DotNetNuke.Entities.Portals.Internal.TestablePortalSettings

Namespace: DotNetNuke.Entities.Portals.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DotNetNuke 7.3.0. Use PortalController.Instance.GetCurrentPortalSettings to get a mockable PortalSettings")]
public class TestablePortalSettings : ComponentBase<IPortalSettings, TestablePortalSettings>, 
	IPortalSettings
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DotNetNuke 7.3.0. Use PortalController.Instance.GetCurrentPortalSettings to get a mockable PortalSettings")> 
Public Class TestablePortalSettings
	Inherits ComponentBase(Of IPortalSettings, TestablePortalSettings)
	Implements IPortalSettings

Inheritance Hierarchy

System..::..Object
  DotNetNuke.ComponentModel..::..ComponentBase<(Of <(<'IPortalSettings, TestablePortalSettings>)>)>
    DotNetNuke.Entities.Portals.Internal..::..TestablePortalSettings

See Also