Click or drag to resize

ICustomTabsConfigTabs Method


Retrieves the collection of custom tabs, either in specific range, or all of them.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<ICustomTabSetting> Tabs(
	out int count,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

count  Int32
Output of total count of custom tabs
pageSize  Int32  (Optional)
Optional max number of retrievals
startIndex  Int32  (Optional)
Optional starting index

Return Value

IEnumerableICustomTabSetting
Collection of custom tab objects
See Also