Click or drag to resize

ICustomTabsConfigAddGroups Method


Adds user groups allowed to view the custom tab specified.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
ICustomTabSetting AddGroups(
	ICustomTabSetting tab,
	IEnumerable<IUserGroup> groups
)

Parameters

tab
Type: Ingeniux.CMSICustomTabSetting
Tab to setup user group access for
groups
Type: System.Collections.GenericIEnumerableIUserGroup
User groups that are allowed to see the specified custom tab

Return Value

Type: ICustomTabSetting
The updated custom tab setting
See Also