DotNetNuke 5.2
PortalSettings Class This 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) Version: 5.2.0.275

Syntax

C#
public class PortalSettings : BaseEntityInfo, 
	IPropertyAccess
Visual Basic (Declaration)
Public Class PortalSettings _
	Inherits BaseEntityInfo _
	Implements IPropertyAccess
Visual C++
public ref class PortalSettings : public BaseEntityInfo, 
	IPropertyAccess

Remarks

Inheritance Hierarchy

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

See Also