Click or drag to resize

ICustomTabsConfigGlobalTabs Method


Retrieves the collection of global custom tabs, a.k.a, Apps, 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> GlobalTabs(
	out int count,
	IUser user = null,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

count  Int32
Output of total count of custom tabs
user  IUser  (Optional)
User that can access the tabs, Optional. If not specified, return all global tabs
pageSize  Int32  (Optional)
Optional max number of retrievals
startIndex  Int32  (Optional)
Optional starting index

Return Value

IEnumerableICustomTabSetting
Collection of global custom tab objects
See Also