AddAdminPage adds an Admin Tab Page
Namespace: DotNetNuke.Services.UpgradeAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static TabInfo AddAdminPage( PortalInfo portal, string tabName, string description, string tabIconFile, string tabIconFileLarge, bool isVisible ) |
Visual Basic |
---|
Public Shared Function AddAdminPage ( portal As PortalInfo, tabName As String, description As String, tabIconFile As String, tabIconFileLarge As String, isVisible As Boolean ) As TabInfo |
Parameters
- portal
- Type: DotNetNuke.Entities.Portals..::..PortalInfo
The Portal
- tabName
- Type: System..::..String
The Name to give this new Tab
- description
- Type: System..::..String
paramdescriptionM:DotNetNuke.Services.Upgrade.Upgrade.AddAdminPage(DotNetNuke.Entities.Portals.PortalInfo,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.AddAdminPage(DotNetNuke.Entities.Portals.PortalInfo,System.String,System.String,System.String,System.String,System.Boolean)
- isVisible
- Type: System..::..Boolean
A flag indicating whether the tab is visible