The PortalSettings class encapsulates all of the settings for the Portal, as well as the configuration settings required to execute the current tab view within the portal.

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

Syntax

C#
[SerializableAttribute]
public class PortalSettings : BaseEntityInfo, 
	IPropertyAccess
Visual Basic
<SerializableAttribute>
Public Class PortalSettings
	Inherits BaseEntityInfo
	Implements IPropertyAccess

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities..::..BaseEntityInfo
    DotNetNuke.Entities.Portals..::..PortalSettings

See Also