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.492
Syntax
ICustomTabSetting AddGroups(
	ICustomTabSetting tab,
	IEnumerable<IUserGroup> groups
)

Parameters

tab  ICustomTabSetting
Tab to setup user group access for
groups  IEnumerableIUserGroup
User groups that are allowed to see the specified custom tab

Return Value

ICustomTabSetting
The updated custom tab setting
See Also