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
)
Function Tab (
name As String
) As ICustomTabSetting
ICustomTabSetting^ Tab(
String^ name
)
abstract Tab :
name : string -> ICustomTabSetting
Parameters
- name
- Type: SystemString
Name of the custom tab to retrieve
Return Value
Type:
ICustomTabSettingCustom tab with matching name, null if name doesn't exist
See Also