ICustomTabsConfigRemove Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
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
[Missing <param name="tab"/> documentation for "M:Ingeniux.CMS.ICustomTabsConfig.Remove(Ingeniux.CMS.ICustomTabSetting)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Ingeniux.CMS.ICustomTabsConfig.Remove(Ingeniux.CMS.ICustomTabSetting)"]
See Also