Gets the Portal Settings for the current Portal

Namespace: DotNetNuke.UI.Containers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected PortalSettings PortalSettings { get; }
Visual Basic
Protected ReadOnly Property PortalSettings As PortalSettings
	Get

Return Value

A PortalSettings object

See Also