Show / Hide Table of Contents

Interface IPortalSettingsController

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke.dll
Syntax
public interface IPortalSettingsController

Methods

ConfigureActiveTab(PortalSettings)

Declaration
void ConfigureActiveTab(PortalSettings portalSetting)
Parameters
Type Name Description
PortalSettings portalSetting

GetActiveTab(int, PortalSettings)

Declaration
TabInfo GetActiveTab(int tabId, PortalSettings portalSettings)
Parameters
Type Name Description
int tabId
PortalSettings portalSettings
Returns
Type Description
TabInfo

GetPortalAliasMappingMode(int)

Declaration
PortalSettings.PortalAliasMapping GetPortalAliasMappingMode(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
PortalSettings.PortalAliasMapping

GetTabModules(PortalSettings)

Declaration
IList<ModuleInfo> GetTabModules(PortalSettings portalSettings)
Parameters
Type Name Description
PortalSettings portalSettings
Returns
Type Description
IList<ModuleInfo>

LoadPortal(PortalInfo, PortalSettings)

Declaration
void LoadPortal(PortalInfo portal, PortalSettings portalSettings)
Parameters
Type Name Description
PortalInfo portal
PortalSettings portalSettings

LoadPortalSettings(PortalSettings)

Declaration
void LoadPortalSettings(PortalSettings portalSettings)
Parameters
Type Name Description
PortalSettings portalSettings

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS