The LoadPortal method loads the properties of the portal object into the Portal Settings

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

Syntax

C#
void LoadPortal(
	PortalInfo portal,
	PortalSettings portalSettings
)
Visual Basic
Sub LoadPortal ( 
	portal As PortalInfo,
	portalSettings As PortalSettings
)

Parameters

portal
Type: DotNetNuke.Entities.Portals..::..PortalInfo
The Portal object
portalSettings
Type: DotNetNuke.Entities.Portals..::..PortalSettings
The Portal Settings object

See Also