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
)
Function AddGroups (
tab As ICustomTabSetting,
groups As IEnumerable(Of IUserGroup)
) As ICustomTabSetting
ICustomTabSetting^ AddGroups(
ICustomTabSetting^ tab,
IEnumerable<IUserGroup^>^ groups
)
abstract AddGroups :
tab : ICustomTabSetting *
groups : IEnumerable<IUserGroup> -> ICustomTabSetting
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:
ICustomTabSettingThe updated custom tab setting
See Also