Click or drag to resize

ICustomTabsConfigAddSchemas Method


Adds allowed schema(s) to a custom tab. Pages with these schemas can display the custom tab specified on CMS UI.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
ICustomTabSetting AddSchemas(
	ICustomTabSetting tab,
	IEnumerable<ISchema> schemas
)

Parameters

tab  ICustomTabSetting
Tab to add schema(s) to
schemas  IEnumerableISchema
Schemas for Pages allowed for the specified custom tab

Return Value

ICustomTabSetting
The updated custom tab setting
See Also