AddHostPage adds a Host Tab Page

Namespace: DotNetNuke.Services.Upgrade
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static TabInfo AddHostPage(
	string tabName,
	string description,
	string tabIconFile,
	string tabIconFileLarge,
	bool isVisible
)
Visual Basic
Public Shared Function AddHostPage ( 
	tabName As String,
	description As String,
	tabIconFile As String,
	tabIconFileLarge As String,
	isVisible As Boolean
) As TabInfo

Parameters

tabName
Type: System..::..String
The Name to give this new Tab
description
Type: System..::..String
paramdescriptionM:DotNetNuke.Services.Upgrade.Upgrade.AddHostPage(System.String,System.String,System.String,System.String,System.Boolean)
tabIconFile
Type: System..::..String
The Icon for this new Tab
tabIconFileLarge
Type: System..::..String
paramtabIconFileLargeM:DotNetNuke.Services.Upgrade.Upgrade.AddHostPage(System.String,System.String,System.String,System.String,System.Boolean)
isVisible
Type: System..::..Boolean
A flag indicating whether the tab is visible

Return Value

returnsM:DotNetNuke.Services.Upgrade.Upgrade.AddHostPage(System.String,System.String,System.String,System.String,System.Boolean)

See Also