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.308
Syntax
IEnumerable<ICustomTabSetting> GlobalTabs(
	out int count,
	IUser user = null,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

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

Return Value

Type: IEnumerableICustomTabSetting
Collection of global custom tab objects
See Also