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.492
Syntax
bool Remove(
	ICustomTabSetting tab
)

Parameters

tab  ICustomTabSetting
Tab to remove

Return Value

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