Gets the portal settings dictionary.

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

Syntax

C#
Dictionary<string, string> GetPortalSettings(
	int portalId
)
Visual Basic
Function GetPortalSettings ( 
	portalId As Integer
) As Dictionary(Of String, String)

Parameters

portalId
Type: System..::..Int32
The portal ID.

Return Value

portal settings.

See Also