ICustomTabsConfigTab Method
|
Retrieves a custom tab entry by its name
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxICustomTabSetting Tab(
string name
)
Function Tab (
name As String
) As ICustomTabSetting
ICustomTabSetting^ Tab(
String^ name
)
abstract Tab :
name : string -> ICustomTabSetting Parameters
- name String
- Name of the custom tab to retrieve
Return Value
ICustomTabSettingCustom tab with matching name, null if name doesn't exist
See Also