Click or drag to resize

ICustomTabsConfigRemove Method


Removes a custom tab from collection

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
bool Remove(
	ICustomTabSetting tab
)

Parameters

tab
Type: Ingeniux.CMSICustomTabSetting
Tab to remove

Return Value

Type: Boolean
True if successfully removed; False if tab doesn't exist in collection
See Also