Click or drag to resize

ICustomTabsConfigAddPages Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
ICustomTabSetting AddPages(
	ICustomTabSetting tab,
	IEnumerable<IPage> pages
)

Parameters

tab
Type: Ingeniux.CMSICustomTabSetting

[Missing <param name="tab"/> documentation for "M:Ingeniux.CMS.ICustomTabsConfig.AddPages(Ingeniux.CMS.ICustomTabSetting,System.Collections.Generic.IEnumerable{Ingeniux.CMS.IPage})"]

pages
Type: System.Collections.GenericIEnumerableIPage

[Missing <param name="pages"/> documentation for "M:Ingeniux.CMS.ICustomTabsConfig.AddPages(Ingeniux.CMS.ICustomTabSetting,System.Collections.Generic.IEnumerable{Ingeniux.CMS.IPage})"]

Return Value

Type: ICustomTabSetting

[Missing <returns> documentation for "M:Ingeniux.CMS.ICustomTabsConfig.AddPages(Ingeniux.CMS.ICustomTabSetting,System.Collections.Generic.IEnumerable{Ingeniux.CMS.IPage})"]

See Also