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
)
Function Remove (
tab As ICustomTabSetting
) As Boolean
bool Remove(
ICustomTabSetting^ tab
)
abstract Remove :
tab : ICustomTabSetting -> bool
Parameters
- tab
- Type: Ingeniux.CMSICustomTabSetting
Tab to remove
Return Value
Type:
BooleanTrue if successfully removed; False if tab doesn't exist in collection
See Also