Click or drag to resize

ICustomTabsConfigAddPages Method


Adds a explicit list of page(s) that are allowed to 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 AddPages(
	ICustomTabSetting tab,
	IEnumerable<IPage> pages
)

Parameters

tab
Type: Ingeniux.CMSICustomTabSetting
Tab to add page(s) to
pages
Type: System.Collections.GenericIEnumerableIPage
Pages allowed to display the specified custom tab

Return Value

Type: ICustomTabSetting
The updated custom tab setting
See Also