Click or drag to resize

ICustomTabsConfigAdd Method


Adds a new custom tab to the collection

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
ICustomTabSetting Add(
	string name,
	string displayName,
	string url,
	string icon,
	string iconClass,
	string resourceId,
	bool isGlobal = false
)

Parameters

name  String
Name of the new tab
displayName  String
Display name of the new tab. Shows up on the actual tab label
url  String
URL of the tab, can be either relative or absolute
icon  String
Icon image path of the tab
iconClass  String
Icon class of the image tab, specifically the fontawesome icon class name
resourceId  String
The id of the text resources from the CMS localization system for current locale
isGlobal  Boolean  (Optional)
Specify whether it a global tab (App), or a tab attached to page or asset

Return Value

ICustomTabSetting
Newly created custom tab
See Also