Click or drag to resize

ICustomTabsConfigGlobalTabs Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<ICustomTabSetting> GlobalTabs(
	out int count,
	IUser user = null,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Ingeniux.CMS.ICustomTabsConfig.GlobalTabs(System.Int32@,Ingeniux.CMS.IUser,System.Int32,System.Int32)"]

user (Optional)
Type: Ingeniux.CMSIUser

[Missing <param name="user"/> documentation for "M:Ingeniux.CMS.ICustomTabsConfig.GlobalTabs(System.Int32@,Ingeniux.CMS.IUser,System.Int32,System.Int32)"]

pageSize (Optional)
Type: SystemInt32

[Missing <param name="pageSize"/> documentation for "M:Ingeniux.CMS.ICustomTabsConfig.GlobalTabs(System.Int32@,Ingeniux.CMS.IUser,System.Int32,System.Int32)"]

startIndex (Optional)
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:Ingeniux.CMS.ICustomTabsConfig.GlobalTabs(System.Int32@,Ingeniux.CMS.IUser,System.Int32,System.Int32)"]

Return Value

Type: IEnumerableICustomTabSetting

[Missing <returns> documentation for "M:Ingeniux.CMS.ICustomTabsConfig.GlobalTabs(System.Int32@,Ingeniux.CMS.IUser,System.Int32,System.Int32)"]

See Also