Click or drag to resize

ICustomTabsConfigTab Method


Retrieves a custom tab entry by its name

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
ICustomTabSetting Tab(
	string name
)

Parameters

name
Type: SystemString
Name of the custom tab to retrieve

Return Value

Type: ICustomTabSetting
Custom tab with matching name, null if name doesn't exist
See Also