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.492
Syntax
ICustomTabSetting AddPages(
	ICustomTabSetting tab,
	IEnumerable<IPage> pages
)

Parameters

tab  ICustomTabSetting
Tab to add page(s) to
pages  IEnumerableIPage
Pages allowed to display the specified custom tab

Return Value

ICustomTabSetting
The updated custom tab setting
See Also