Gets the portal settings dictionary.

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

Syntax

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

Parameters

portalId
Type: System..::..Int32
The portal ID.
cultureCode
Type: System..::..String
The culture code

Return Value

portal settings.

Implements

IPortalController..::..GetPortalSettings(Int32, String)

See Also