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.492
Syntax
ICustomTabSetting Tab(
	string name
)

Parameters

name  String
Name of the custom tab to retrieve

Return Value

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