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
)
Function AddPages (
tab As ICustomTabSetting,
pages As IEnumerable(Of IPage)
) As ICustomTabSetting
ICustomTabSetting^ AddPages(
ICustomTabSetting^ tab,
IEnumerable<IPage^>^ pages
)
abstract AddPages :
tab : ICustomTabSetting *
pages : IEnumerable<IPage> -> ICustomTabSetting
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:
ICustomTabSettingThe updated custom tab setting
See Also