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.308
Syntax
ICustomTabSetting AddSchemas(
	ICustomTabSetting tab,
	IEnumerable<ISchema> schemas
)

Parameters

tab
Type: Ingeniux.CMSICustomTabSetting
Tab to add schema(s) to
schemas
Type: System.Collections.GenericIEnumerableISchema
Schemas for Pages allowed for the specified custom tab

Return Value

Type: ICustomTabSetting
The updated custom tab setting
See Also