ICustomTabsConfigRemove Method
|
Removes a custom tab from collection
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Remove(
ICustomTabSetting tab
)
Function Remove (
tab As ICustomTabSetting
) As Boolean
bool Remove(
ICustomTabSetting^ tab
)
abstract Remove :
tab : ICustomTabSetting -> bool Parameters
- tab ICustomTabSetting
- Tab to remove
Return Value
BooleanTrue if successfully removed; False if tab doesn't exist in collection
See Also